Home
last modified time | relevance | path

Searched defs:state_combine (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/compiler/
Dframe-states.h107 FrameStateInfo(BailoutId bailout_id, OutputFrameStateCombine state_combine, in FrameStateInfo()
118 OutputFrameStateCombine state_combine() const { return frame_state_combine_; } in state_combine() function
Dcommon-operator.cc1476 BailoutId bailout_id, OutputFrameStateCombine state_combine, in FrameState()
/external/v8/src/compiler/backend/
Dcode-generator.cc1084 Translation* translation, OutputFrameStateCombine state_combine) { in BuildTranslationForFrameStateDescriptor()
1146 OutputFrameStateCombine state_combine) { in BuildTranslation()
Dinstruction.cc1052 OutputFrameStateCombine state_combine, size_t parameters_count, in FrameStateDescriptor()
Dinstruction.h1312 OutputFrameStateCombine state_combine() const { return frame_state_combine_; } in state_combine() function