HomeSort by relevance Sort by last modified time
    Searched defs:InstructionBlockAt (Results 1 - 2 of 2) sorted by null

  /external/v8/src/compiler/
frame-elider.cc 54 if (!InstructionBlockAt(succ)->needs_frame()) {
72 if (InstructionBlockAt(succ)->needs_frame()) {
74 InstructionBlockAt(succ)->mark_must_construct_frame();
111 if (InstructionBlockAt(pred)->needs_frame() &&
112 (!InstructionBlockAt(pred)->IsDeferred() || block->IsDeferred())) {
123 InstructionBlockAt(block->successors()[0])->needs_frame();
131 InstructionBlock* successor_block = InstructionBlockAt(succ);
156 InstructionBlock* FrameElider::InstructionBlockAt(RpoNumber rpo_number) const {
157 return code_->InstructionBlockAt(rpo_number);
instruction.h     [all...]

Completed in 160 milliseconds