Searched refs:LookupCode (Results 1 – 13 of 13) sorted by relevance
/third_party/node/deps/v8/src/execution/ |
D | frames.cc | 206 IteratePc(v, pc_address(), constant_pool_address(), LookupCode()); in Iterate() 566 Code StackFrame::LookupCode() const { in LookupCode() function in v8::internal::StackFrame 638 wasm::GetWasmCodeManager()->LookupCode(pc)) { in ComputeType() 802 IteratePc(v, pc_address(), constant_pool_address(), LookupCode()); in Iterate() 878 Code code = LookupCode(); in Summarize() 991 Code code = LookupCode(); in position() 1045 if (auto* wasm_code = wasm::GetWasmCodeManager()->LookupCode(inner_pointer)) { in IterateCompiledFrame() 1084 wasm::GetWasmCodeManager()->LookupCode(callee_pc()); in IterateCompiledFrame() 1279 Code code = LookupCode(); in LookupExceptionHandlerInTable() 1308 Code code = LookupCode(); in ComputeParametersCount() [all …]
|
D | isolate.cc | 1941 Code code = frame->LookupCode(); in ThrowInternal() 1953 Code code = frame->LookupCode(); in ThrowInternal() 1979 wasm::GetWasmCodeManager()->LookupCode(frame->pc()); in ThrowInternal() 2010 Code code = frame->LookupCode(); in ThrowInternal() 2041 DCHECK_NULL(wasm::GetWasmCodeManager()->LookupCode(frame->pc())); in ThrowInternal() 2043 Code code = stub_frame->LookupCode(); in ThrowInternal() 2093 Code code = sp_frame->LookupCode(); in ThrowInternal() 2138 Code code = js_frame->LookupCode(); in ThrowInternal() 2155 DCHECK_IMPLIES(removed, frame->LookupCode().marked_for_deoptimization()); in ThrowInternal() 2252 Handle<Code> code(frame->LookupCode(), this); in ThrowInternal() [all …]
|
D | frames.h | 290 V8_EXPORT_PRIVATE Code LookupCode() const;
|
/third_party/node/deps/v8/src/runtime/ |
D | runtime-compiler.cc | 239 frame->LookupCode().is_interpreter_trampoline_builtin()); in RUNTIME_FUNCTION() 241 frame->LookupCode().kind() == CodeKind::BASELINE); in RUNTIME_FUNCTION()
|
/third_party/node/deps/v8/src/diagnostics/ |
D | disassembler.cc | 106 if (auto* wasm_code = wasm::GetWasmCodeManager()->LookupCode( in NameOfAddress()
|
D | objects-printer.cc | 2871 if (auto* wasm_code = i::wasm::GetWasmCodeManager()->LookupCode(address)) { in _v8_internal_Print_Code()
|
/third_party/node/deps/v8/src/deoptimizer/ |
D | deoptimizer.cc | 262 Code code = it.frame()->LookupCode(); in VisitThread() 310 Code code = it.frame()->LookupCode(); in DeoptimizeMarkedCodeForContext()
|
D | translated-state.cc | 2058 Deoptimizer::DeoptimizeFunction(frame->function(), frame->LookupCode()); in StoreMaterializedValuesAndDeopt()
|
/third_party/node/deps/v8/src/wasm/ |
D | wasm-code-manager.h | 1025 WasmCode* LookupCode(Address pc) const;
|
D | wasm-debug.cc | 533 : code(wasm::GetWasmCodeManager()->LookupCode(pc)), in FrameInspectionScope()
|
D | wasm-engine.cc | 1378 WasmCode* osr_code = GetWasmCodeManager()->LookupCode(osr_target); in ReportLiveCodeFromFrameForGC()
|
D | wasm-code-manager.cc | 2509 WasmCode* WasmCodeManager::LookupCode(Address pc) const { in LookupCode() function in v8::internal::wasm::WasmCodeManager
|
/third_party/node/deps/v8/src/heap/ |
D | mark-compact.cc | 2327 Code code = it.frame()->LookupCode(); in ProcessTopOptimizedFrame()
|