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

/openjdk7/hotspot/src/share/vm/shark/
H A DsharkState.cpp129 BasicBlock* this_block) {
135 phi->addIncoming(this_method, this_block);
146 phi->addIncoming(this_oop_tmp, this_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.cpp231 BasicBlock* this_block,
237 phi->addIncoming(this->generic_value(), this_block);
244 BasicBlock* this_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 889 milliseconds