Lines Matching refs:frame
1370 StackFrame* frame, std::unordered_set<wasm::WasmCode*>& live_wasm_code) {
1371 if (frame->type() != StackFrame::WASM) return;
1372 live_wasm_code.insert(WasmFrame::cast(frame)->wasm_code());
1374 if (WasmFrame::cast(frame)->wasm_code()->for_debugging()) {
1375 Address osr_target = base::Memory<Address>(WasmFrame::cast(frame)->fp() -
1401 StackFrame* const frame = it.frame();
1402 ReportLiveCodeFromFrameForGC(frame, live_wasm_code);
1408 StackFrame* const frame = it.frame();
1409 ReportLiveCodeFromFrameForGC(frame, live_wasm_code);