Home
last modified time | relevance | path

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

/external/v8/src/
Dframes.h279 virtual Code* unchecked_code() const = 0;
368 virtual Code* unchecked_code() const;
399 virtual Code* unchecked_code() const;
419 virtual Code* unchecked_code() const;
596 virtual Code* unchecked_code() const;
650 virtual Code* unchecked_code() const;
699 virtual Code* unchecked_code() const;
731 virtual Code* unchecked_code() const;
762 virtual Code* unchecked_code() const;
Dframes.cc466 Code* EntryFrame::unchecked_code() const { in unchecked_code() function in v8::internal::EntryFrame
489 Code* EntryConstructFrame::unchecked_code() const { in unchecked_code() function in v8::internal::EntryConstructFrame
500 Code* ExitFrame::unchecked_code() const { in unchecked_code() function in v8::internal::ExitFrame
693 Code* StubFrame::unchecked_code() const { in unchecked_code() function in v8::internal::StubFrame
744 Code* JavaScriptFrame::unchecked_code() const { in unchecked_code() function in v8::internal::JavaScriptFrame
820 PrintFunctionAndOffset(frame->function(), frame->unchecked_code(), in PrintTop()
1138 Code* ArgumentsAdaptorFrame::unchecked_code() const { in unchecked_code() function in v8::internal::ArgumentsAdaptorFrame
1144 Code* InternalFrame::unchecked_code() const { in unchecked_code() function in v8::internal::InternalFrame
1400 Code* StubFailureTrampolineFrame::unchecked_code() const { in unchecked_code() function in v8::internal::StubFailureTrampolineFrame
Delements.cc480 if (raw_frame->unchecked_code() == apply_builtin) { in TraceTopFrame()
/external/v8/src/heap/
Dmark-compact.cc1725 Code* code = frame->unchecked_code(); in PrepareThreadForCodeFlushing()