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

  /external/v8/src/ia32/
jump-target-ia32.cc 86 VirtualFrame* branch_frame = new VirtualFrame(fall_through_frame); local
88 cgen()->SetFrame(branch_frame, &non_frame_registers);
  /external/v8/src/x64/
jump-target-x64.cc 86 VirtualFrame* branch_frame = new VirtualFrame(fall_through_frame); local
88 cgen()->SetFrame(branch_frame, &non_frame_registers);

Completed in 44 milliseconds