Searched refs:frame_state_offset (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/compiler/backend/ |
D | code-generator.cc | 788 size_t frame_state_offset = MiscField::decode(instr->opcode()); in AssembleInstruction() local 790 AddDeoptimizationExit(instr, frame_state_offset); in AssembleInstruction() 1000 size_t frame_state_offset = 2; in RecordCallPosition() local 1002 GetDeoptimizationEntry(instr, frame_state_offset).descriptor(); in RecordCallPosition() 1004 BuildTranslation(instr, pc_offset, frame_state_offset, in RecordCallPosition() 1021 Instruction* instr, size_t frame_state_offset) { in GetDeoptimizationEntry() argument 1023 int const state_id = i.InputInt32(frame_state_offset); in GetDeoptimizationEntry() 1145 Instruction* instr, int pc_offset, size_t frame_state_offset, in BuildTranslation() argument 1148 GetDeoptimizationEntry(instr, frame_state_offset); in BuildTranslation() 1150 frame_state_offset++; in BuildTranslation() [all …]
|
D | code-generator.h | 391 size_t frame_state_offset); 393 size_t frame_state_offset, 411 size_t frame_state_offset);
|