Searched defs:state_combine (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
H A D | frame-states.h | 146 OutputFrameStateCombine state_combine() const { return frame_state_combine_; } in state_combine() function in v8::internal::compiler::final 134 FrameStateInfo(BytecodeOffset bailout_id, OutputFrameStateCombine state_combine, const FrameStateFunctionInfo* info) FrameStateInfo() argument
|
H A D | common-operator.cc | 1468 FrameState( BytecodeOffset bailout_id, OutputFrameStateCombine state_combine, const FrameStateFunctionInfo* function_info) FrameState() argument
|
/third_party/node/deps/v8/src/compiler/backend/ |
H A D | code-generator.cc | 1038 BuildTranslationForFrameStateDescriptor( FrameStateDescriptor* descriptor, InstructionOperandIterator* iter, OutputFrameStateCombine state_combine) BuildTranslationForFrameStateDescriptor() argument 1110 BuildTranslation( Instruction* instr, int pc_offset, size_t frame_state_offset, size_t immediate_args_count, OutputFrameStateCombine state_combine) BuildTranslation() argument
|
H A D | instruction.h | 1393 OutputFrameStateCombine state_combine() const { return frame_state_combine_; } in state_combine() function in v8::internal::compiler::FrameStateDescriptor
|
Completed in 10 milliseconds