Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-wasm.cc35 class FrameFinder { class
40 explicit FrameFinder(Isolate* isolate) in FrameFinder() function in v8::internal::__anonf6515c400111::FrameFinder
58 return FrameFinder<WasmFrame, StackFrame::EXIT>(isolate) in GetWasmInstanceOnStackTop()
198 FrameFinder<WasmCompileLazyFrame, StackFrame::EXIT> frame_finder(isolate); in RUNTIME_FUNCTION()
257 FrameFinder<WasmFrame, StackFrame::EXIT> frame_finder(isolate); in RUNTIME_FUNCTION()
508 FrameFinder<WasmFrame, StackFrame::EXIT, StackFrame::WASM_DEBUG_BREAK> in RUNTIME_FUNCTION()