Searched defs:bailout_id (Results 1 – 11 of 11) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
D | frame-states.h | 134 FrameStateInfo(BytecodeOffset bailout_id, in FrameStateInfo() 145 BytecodeOffset bailout_id() const { return bailout_id_; } in bailout_id() function
|
D | frame-states.cc | 126 BytecodeOffset bailout_id = Builtins::GetContinuationBytecodeOffset(name); in CreateBuiltinContinuationFrameStateCommon() local
|
D | js-inlining.cc | 252 BytecodeOffset bailout_id, FrameStateType frame_state_type, in CreateArtificialFrameState()
|
D | bytecode-graph-builder.cc | 989 BytecodeOffset bailout_id, OutputFrameStateCombine combine, in Checkpoint() 1174 BytecodeOffset bailout_id(bytecode_iterator().current_offset()); in PrepareEagerCheckpoint() local 1201 Node* node, OutputFrameStateCombine combine, BytecodeOffset bailout_id, in PrepareFrameState()
|
D | common-operator.cc | 1469 BytecodeOffset bailout_id, OutputFrameStateCombine state_combine, in FrameState()
|
D | js-call-reducer.cc | 2166 BytecodeOffset bailout_id, FrameStateType frame_state_type, in CreateArtificialFrameState()
|
/third_party/node/deps/v8/src/compiler/backend/ |
D | code-generator-impl.h | 190 explicit DeoptimizationExit(SourcePosition pos, BytecodeOffset bailout_id, in DeoptimizationExit() 220 BytecodeOffset bailout_id() const { return bailout_id_; } in bailout_id() function
|
D | instruction.cc | 1042 BytecodeOffset bailout_id) { in GetConservativeFrameSizeInBytes() 1083 BytecodeOffset bailout_id, in GetTotalConservativeFrameSizeInBytes() 1097 Zone* zone, FrameStateType type, BytecodeOffset bailout_id, in FrameStateDescriptor() 1176 Zone* zone, FrameStateType type, BytecodeOffset bailout_id, in JSToWasmFrameStateDescriptor()
|
D | code-generator.cc | 1055 const BytecodeOffset bailout_id = descriptor->bailout_id(); in BuildTranslationForFrameStateDescriptor() local
|
D | instruction.h | 1392 BytecodeOffset bailout_id() const { return bailout_id_; } in bailout_id() function
|
/third_party/node/deps/v8/src/deoptimizer/ |
D | translated-state.cc | 74 int bailout_id = iterator.Next(); in TranslationArrayPrintSingleFrame() local 89 int bailout_id = iterator.Next(); in TranslationArrayPrintSingleFrame() local 102 int bailout_id = iterator.Next(); in TranslationArrayPrintSingleFrame() local 800 BytecodeOffset bailout_id = BytecodeOffset(iterator->Next()); in CreateNextTranslatedFrame() local
|