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

  /external/v8/src/compiler/
code-generator.h 211 size_t frame_state_offset);
215 size_t frame_state_offset,
234 size_t frame_state_offset);
code-generator.cc 453 size_t frame_state_offset = MiscField::decode(instr->opcode()); local
455 AddDeoptimizationExit(instr, frame_state_offset);
637 size_t frame_state_offset = 1; local
639 GetDeoptimizationEntry(instr, frame_state_offset).descriptor();
641 int deopt_state_id = BuildTranslation(instr, pc_offset, frame_state_offset,
650 deopt_state_id = BuildTranslation(instr, -1, frame_state_offset,
668 Instruction* instr, size_t frame_state_offset) {
670 int const state_id = i.InputInt32(frame_state_offset);
829 size_t frame_state_offset,
832 GetDeoptimizationEntry(instr, frame_state_offset);
    [all...]

Completed in 72 milliseconds