Home
last modified time | relevance | path

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

/external/v8/src/
Disolate.cc517 WasmCompiledFrame* wasm_frame = WasmCompiledFrame::cast(frame); in CaptureSimpleStackTrace() local
518 Handle<WasmInstanceObject> instance(wasm_frame->wasm_instance(), this); in CaptureSimpleStackTrace()
519 const int wasm_function_index = wasm_frame->function_index(); in CaptureSimpleStackTrace()
520 Code* code = wasm_frame->unchecked_code(); in CaptureSimpleStackTrace()
523 static_cast<int>(wasm_frame->pc() - code->instruction_start()); in CaptureSimpleStackTrace()
528 if (wasm_frame->at_to_number_conversion()) { in CaptureSimpleStackTrace()
1222 WasmCompiledFrame* wasm_frame = static_cast<WasmCompiledFrame*>(frame); in Throw() local
1223 offset = wasm_frame->LookupExceptionHandlerInTable(&stack_slots); in Throw()
/external/v8/src/debug/
Ddebug.cc983 WasmInterpreterEntryFrame* wasm_frame = in PrepareStep() local
985 wasm_frame->wasm_instance()->debug_info()->PrepareStep(step_action); in PrepareStep()