Searched refs:unchecked_code (Results 1 – 4 of 4) sorted by relevance
279 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;
466 Code* EntryFrame::unchecked_code() const { in unchecked_code() function in v8::internal::EntryFrame489 Code* EntryConstructFrame::unchecked_code() const { in unchecked_code() function in v8::internal::EntryConstructFrame500 Code* ExitFrame::unchecked_code() const { in unchecked_code() function in v8::internal::ExitFrame693 Code* StubFrame::unchecked_code() const { in unchecked_code() function in v8::internal::StubFrame744 Code* JavaScriptFrame::unchecked_code() const { in unchecked_code() function in v8::internal::JavaScriptFrame820 PrintFunctionAndOffset(frame->function(), frame->unchecked_code(), in PrintTop()1138 Code* ArgumentsAdaptorFrame::unchecked_code() const { in unchecked_code() function in v8::internal::ArgumentsAdaptorFrame1144 Code* InternalFrame::unchecked_code() const { in unchecked_code() function in v8::internal::InternalFrame1400 Code* StubFailureTrampolineFrame::unchecked_code() const { in unchecked_code() function in v8::internal::StubFailureTrampolineFrame
480 if (raw_frame->unchecked_code() == apply_builtin) { in TraceTopFrame()
1725 Code* code = frame->unchecked_code(); in PrepareThreadForCodeFlushing()