Searched defs:other_block (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/shark/
H A DsharkState.cpp128 BasicBlock* other_block,
136 phi->addIncoming(other_method, other_block);
147 phi->addIncoming(other_oop_tmp, other_block);
164 builder(), other_value, other_block, this_block, name));
178 builder(), other_value, other_block, this_block, name));
127 merge(SharkState* other, BasicBlock* other_block, BasicBlock* this_block) argument
H A DsharkValue.cpp230 BasicBlock* other_block,
238 phi->addIncoming(other->generic_value(), other_block);
243 BasicBlock* other_block,
228 merge(SharkBuilder* builder, SharkValue* other, BasicBlock* other_block, BasicBlock* this_block, const char* name) argument
241 merge(SharkBuilder* builder, SharkValue* other, BasicBlock* other_block, BasicBlock* this_block, const char* name) argument

Completed in 44 milliseconds