Searched refs:frame_state_offset (Results 1 – 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/compiler/backend/ |
D | code-generator.cc | 752 size_t frame_state_offset = in AssembleInstruction() local 757 instr, frame_state_offset, immediate_args_count); in AssembleInstruction() 973 size_t frame_state_offset = 1; in RecordCallPosition() local 975 GetDeoptimizationEntry(instr, frame_state_offset).descriptor(); in RecordCallPosition() 977 BuildTranslation(instr, pc_offset, frame_state_offset, 0, in RecordCallPosition() 994 Instruction* instr, size_t frame_state_offset) { in GetDeoptimizationEntry() argument 996 int const state_id = i.InputInt32(frame_state_offset); in GetDeoptimizationEntry() 1111 Instruction* instr, int pc_offset, size_t frame_state_offset, in BuildTranslation() argument 1114 GetDeoptimizationEntry(instr, frame_state_offset); in BuildTranslation() 1116 frame_state_offset++; in BuildTranslation() [all …]
|
D | code-generator.h | 374 size_t frame_state_offset); 376 size_t frame_state_offset, 393 size_t frame_state_offset,
|