Home
last modified time | relevance | path

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

/external/v8/src/
Dframes-inl.h99 inline ExitFrame::ExitFrame(StackFrameIteratorBase* iterator) in ExitFrame() function
104 : ExitFrame(iterator) {} in BuiltinExitFrame()
Dframes.cc100 StackFrame::Type type = ExitFrame::GetStateForFramePointer( in Reset()
210 type = ExitFrame::GetStateForFramePointer(Isolate::c_entry_fp(top), &state); in SafeStackFrameIterator()
309 Address sp = ExitFrame::ComputeStackPointer(fp); in IsValidExitFrame()
312 ExitFrame::FillState(fp, sp, &state); in IsValidExitFrame()
554 return ExitFrame::GetStateForFramePointer(fp, state); in GetCallerState()
563 Object*& ExitFrame::code_slot() const { in code_slot()
568 Code* ExitFrame::unchecked_code() const { in unchecked_code()
573 void ExitFrame::ComputeCallerState(State* state) const { in ComputeCallerState()
586 void ExitFrame::SetCallerFp(Address caller_fp) { in SetCallerFp()
591 void ExitFrame::Iterate(ObjectVisitor* v) const { in Iterate()
[all …]
Dframes.h103 V(EXIT, ExitFrame) \
664 class ExitFrame: public StackFrame {
677 static ExitFrame* cast(StackFrame* frame) { in cast()
679 return static_cast<ExitFrame*>(frame); in cast()
691 inline explicit ExitFrame(StackFrameIteratorBase* iterator);
704 class BuiltinExitFrame : public ExitFrame {
/external/chromium-trace/catapult/telemetry/telemetry/internal/testing/
Dperf_report_output.txt1796 0.11^3355399^HTMLParserThrea^chrome ^[.] v8::internal::ExitFrame::GetCallerStackPoint…
1798 --- v8::internal::ExitFrame::GetCallerStackPointer() const