Home
last modified time | relevance | path

Searched defs:unchecked_code (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/execution/
Dframes.cc760 Code EntryFrame::unchecked_code() const { in unchecked_code() function in v8::internal::EntryFrame
782 Code ConstructEntryFrame::unchecked_code() const { in unchecked_code() function in v8::internal::ConstructEntryFrame
1274 Code StubFrame::unchecked_code() const { in unchecked_code() function in v8::internal::StubFrame
1303 Code CommonFrameWithJSLinkage::unchecked_code() const { in unchecked_code() function in v8::internal::CommonFrameWithJSLinkage
Dframes.h539 Code unchecked_code() const override { return {}; } in unchecked_code() function