Home
last modified time | relevance | path

Searched refs:InterpretedFrame (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Dframes-inl.h237 inline InterpretedFrame::InterpretedFrame(StackFrameIteratorBase* iterator) in InterpretedFrame() function
Dframes.h107 V(INTERPRETED, InterpretedFrame) \
713 class InterpretedFrame : public JavaScriptFrame {
717 inline explicit InterpretedFrame(StackFrameIteratorBase* iterator);
Ddeoptimizer.cc1073 Register fp_reg = InterpretedFrame::fp_register(); in DoComputeInterpretedFrame()
1159 Register context_reg = InterpretedFrame::context_register(); in DoComputeInterpretedFrame()
1225 InterpretedFrame::constant_pool_pointer_register(); in DoComputeInterpretedFrame()
2867 TranslatedFrame TranslatedFrame::InterpretedFrame( in InterpretedFrame() function in v8::internal::TranslatedFrame
2982 return TranslatedFrame::InterpretedFrame(bytecode_offset, shared_info, in CreateNextTranslatedFrame()
Ddeoptimizer.h176 static TranslatedFrame InterpretedFrame(BailoutId bytecode_offset,