Home
last modified time | relevance | path

Searched refs:state_combine (Results 1 - 9 of 9) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Dframe-states.h135 OutputFrameStateCombine state_combine, in FrameStateInfo()
138 frame_state_combine_(state_combine), in FrameStateInfo()
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 Dframe-states.cc37 lhs.state_combine() == rhs.state_combine() && in operator ==()
49 info.state_combine()); in hash_value()
85 << info.state_combine(); in operator <<()
H A Dcommon-operator.h544 OutputFrameStateCombine state_combine,
H A Dcommon-operator.cc1469 BytecodeOffset bailout_id, OutputFrameStateCombine state_combine, in FrameState()
1471 FrameStateInfo state_info(bailout_id, state_combine, function_info); in FrameState()
1468 FrameState( BytecodeOffset bailout_id, OutputFrameStateCombine state_combine, const FrameStateFunctionInfo* function_info) FrameState() argument
/third_party/node/deps/v8/src/compiler/backend/
H A Dcode-generator.cc978 descriptor->state_combine()); in RecordCallPosition()
1040 OutputFrameStateCombine state_combine) { in BuildTranslationForFrameStateDescriptor()
1044 state_combine); in BuildTranslationForFrameStateDescriptor()
1065 if (!state_combine.IsOutputIgnored()) { in BuildTranslationForFrameStateDescriptor()
1066 return_offset = static_cast<int>(state_combine.GetOffsetToPokeAt()); in BuildTranslationForFrameStateDescriptor()
1112 size_t immediate_args_count, OutputFrameStateCombine state_combine) { in BuildTranslation()
1129 BuildTranslationForFrameStateDescriptor(descriptor, &iter, state_combine); in BuildTranslation()
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 Dcode-generator.h378 OutputFrameStateCombine state_combine);
381 OutputFrameStateCombine state_combine);
H A Dinstruction.cc1098 OutputFrameStateCombine state_combine, size_t parameters_count,
1104 frame_state_combine_(state_combine),
1177 OutputFrameStateCombine state_combine, size_t parameters_count,
1181 : FrameStateDescriptor(zone, type, bailout_id, state_combine,
H A Dinstruction.h1385 OutputFrameStateCombine state_combine,
1393 OutputFrameStateCombine state_combine() const { return frame_state_combine_; } in state_combine() function in v8::internal::compiler::FrameStateDescriptor
1449 OutputFrameStateCombine state_combine,
H A Dinstruction-selector.cc986 : buffer->frame_state_descriptor->state_combine() in InitializeCallBuffer()
3296 state_info.state_combine(), parameters, locals, stack, in GetFrameStateDescriptorInternal()
3303 state_info.state_combine(), parameters, locals, stack, in GetFrameStateDescriptorInternal()

Completed in 19 milliseconds