Searched refs:wasm_frame (Results 1 – 2 of 2) sorted by relevance
517 WasmCompiledFrame* wasm_frame = WasmCompiledFrame::cast(frame); in CaptureSimpleStackTrace() local518 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() local1223 offset = wasm_frame->LookupExceptionHandlerInTable(&stack_slots); in Throw()
983 WasmInterpreterEntryFrame* wasm_frame = in PrepareStep() local985 wasm_frame->wasm_instance()->debug_info()->PrepareStep(step_action); in PrepareStep()