Home
last modified time | relevance | path

Searched refs:frame_state_offset (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Dcode-generator.cc673 size_t frame_state_offset = MiscField::decode(instr->opcode()); in AssembleInstruction() local
675 AddDeoptimizationExit(instr, frame_state_offset); in AssembleInstruction()
882 size_t frame_state_offset = 2; in RecordCallPosition() local
884 GetDeoptimizationEntry(instr, frame_state_offset).descriptor(); in RecordCallPosition()
886 int deopt_state_id = BuildTranslation(instr, pc_offset, frame_state_offset, in RecordCallPosition()
906 Instruction* instr, size_t frame_state_offset) { in GetDeoptimizationEntry() argument
908 int const state_id = i.InputInt32(frame_state_offset); in GetDeoptimizationEntry()
1070 size_t frame_state_offset, in BuildTranslation() argument
1073 GetDeoptimizationEntry(instr, frame_state_offset); in BuildTranslation()
1075 frame_state_offset++; in BuildTranslation()
[all …]
Dcode-generator.h331 size_t frame_state_offset);
335 size_t frame_state_offset,
353 size_t frame_state_offset);