/external/v8/src/execution/ |
D | frames.cc | 161 IteratePc(v, pc_address(), constant_pool_address(), LookupCode()); in Iterate() 502 Code StackFrame::LookupCode() const { in LookupCode() function in v8::internal::StackFrame 569 iterator->isolate()->wasm_engine()->code_manager()->LookupCode(pc); in ComputeType() 720 IteratePc(v, pc_address(), constant_pool_address(), LookupCode()); in Iterate() 875 AbstractCode code = AbstractCode::cast(LookupCode()); in position() 912 isolate()->wasm_engine()->code_manager()->LookupCode(inner_pointer); in IterateCompiledFrame() 1072 Code code = LookupCode(); in LookupExceptionHandlerInTable() 1106 Code code = LookupCode(); in ComputeParametersCount() 1143 Code code = LookupCode(); in Summarize() 1181 DCHECK(!LookupCode().has_handler_table()); in LookupExceptionHandlerInTable() [all …]
|
D | isolate.cc | 752 Handle<Code> code(exit_frame->LookupCode(), isolate_); in AppendBuiltinExitFrame() 1739 Code code = frame->LookupCode(); in ThrowInternal() 1750 Code code = frame->LookupCode(); in ThrowInternal() 1779 wasm_engine()->code_manager()->LookupCode(frame->pc()); in ThrowInternal() 1810 Code code = frame->LookupCode(); in ThrowInternal() 1840 DCHECK_NULL(wasm_engine()->code_manager()->LookupCode(frame->pc())); in ThrowInternal() 1842 Code code = stub_frame->LookupCode(); in ThrowInternal() 1911 Code code = js_frame->LookupCode(); in ThrowInternal() 1927 DCHECK_IMPLIES(removed, frame->LookupCode().marked_for_deoptimization()); in ThrowInternal() 2022 Handle<Code> code(frame->LookupCode(), this); in ThrowInternal() [all …]
|
D | frames.h | 275 V8_EXPORT_PRIVATE Code LookupCode() const;
|
/external/v8/src/objects/ |
D | compilation-cache-table.h | 125 MaybeHandle<Code> LookupCode(Handle<SharedFunctionInfo> key); in EXTERN_DECLARE_HASH_TABLE()
|
D | compilation-cache-table.cc | 285 MaybeHandle<Code> CompilationCacheTable::LookupCode( in LookupCode() function in v8::internal::CompilationCacheTable
|
D | shared-function-info.cc | 428 return isolate->compilation_cache()->LookupCode(zis); in TryGetCachedCode()
|
/external/v8/src/codegen/ |
D | compilation-cache.cc | 282 maybe_value = table->LookupCode(key); in Lookup() 378 MaybeHandle<Code> CompilationCache::LookupCode(Handle<SharedFunctionInfo> sfi) { in LookupCode() function in v8::internal::CompilationCache
|
D | compilation-cache.h | 208 MaybeHandle<Code> LookupCode(Handle<SharedFunctionInfo> sfi);
|
D | compiler.cc | 923 DCHECK(!cache->LookupCode(sfi).is_null()); in InsertCodeIntoCompilationCache()
|
/external/v8/src/runtime/ |
D | runtime-compiler.cc | 271 DCHECK(frame->LookupCode().is_interpreter_trampoline_builtin()); in DetermineEntryAndDisarmOSRForInterpreter()
|
/external/v8/src/diagnostics/ |
D | disassembler.cc | 99 isolate_ ? isolate_->wasm_engine()->code_manager()->LookupCode( in NameOfAddress()
|
D | objects-printer.cc | 2645 isolate->wasm_engine()->code_manager()->LookupCode(address); in _v8_internal_Print_Code()
|
/external/v8/src/wasm/ |
D | wasm-code-manager.h | 820 WasmCode* LookupCode(Address pc) const;
|
D | wasm-debug.cc | 620 : code(debug_info->native_module_->engine()->code_manager()->LookupCode( in FrameInspectionScope()
|
D | wasm-code-manager.cc | 2057 WasmCode* WasmCodeManager::LookupCode(Address pc) const { in LookupCode() function in v8::internal::wasm::WasmCodeManager
|
/external/v8/src/deoptimizer/ |
D | deoptimizer.cc | 262 Code code = it.frame()->LookupCode(); in VisitThread() 308 Code code = it.frame()->LookupCode(); in DeoptimizeMarkedCodeForContext() 4226 Deoptimizer::DeoptimizeFunction(frame->function(), frame->LookupCode()); in StoreMaterializedValuesAndDeopt()
|
/external/v8/src/heap/ |
D | mark-compact.cc | 1891 Code code = it.frame()->LookupCode(); in ProcessTopOptimizedFrame()
|