Home
last modified time | relevance | path

Searched refs:LookupCode (Results 1 – 25 of 76) sorted by relevance

1234

/dports/lang/v8/v8-9.6.180.12/src/execution/
H A Dframes.cc531 Code StackFrame::LookupCode() const { in LookupCode() function in v8::internal::StackFrame
926 Code code = LookupCode(); in position()
1149 Code code = LookupCode(); in LookupExceptionHandlerInTable()
1178 Code code = LookupCode(); in ComputeParametersCount()
1216 Code code = LookupCode(); in Summarize()
1254 DCHECK(!LookupCode().has_handler_table()); in LookupExceptionHandlerInTable()
1255 DCHECK(!LookupCode().is_optimized_code() || in LookupExceptionHandlerInTable()
1598 Code code = LookupCode(); in FRAME_SUMMARY_DISPATCH()
1679 Code code = LookupCode(); in LookupExceptionHandlerInTable()
1726 Code code = LookupCode(); in GetFunctions()
[all …]
H A Disolate.cc719 Handle<Code> code(exit_frame->LookupCode(), isolate_); in AppendBuiltinExitFrame()
1759 Code code = frame->LookupCode(); in ThrowInternal()
1771 Code code = frame->LookupCode(); in ThrowInternal()
1796 wasm::GetWasmCodeManager()->LookupCode(frame->pc()); in ThrowInternal()
1826 Code code = frame->LookupCode(); in ThrowInternal()
1859 Code code = stub_frame->LookupCode(); in ThrowInternal()
1909 Code code = sp_frame->LookupCode(); in ThrowInternal()
1944 Code code = js_frame->LookupCode(); in ThrowInternal()
2054 Handle<Code> code(frame->LookupCode(), this); in ThrowInternal()
2065 Handle<Code> code(frame->LookupCode(), this); in ThrowInternal()
[all …]
/dports/www/node10/node-v10.24.1/deps/v8/src/
H A Dframes.cc396 Code* StackFrame::LookupCode() const { in LookupCode() function in v8::internal::StackFrame
983 Code* code = LookupCode(); in LookupExceptionHandlerInTable()
1028 Code* code = LookupCode(); in GetNumberOfIncomingArguments()
1059 Code* code = LookupCode(); in Summarize()
1097 DCHECK(!LookupCode()->is_optimized_code()); in LookupExceptionHandlerInTable()
1448 Code* code = LookupCode(); in FRAME_SUMMARY_DISPATCH()
1528 Code* code = LookupCode(); in LookupExceptionHandlerInTable()
1569 Code* code = LookupCode(); in receiver()
1589 Code* code = LookupCode(); in GetFunctions()
1768 ->LookupCode(pc()) in Print()
[all …]
H A Ddisassembler.cc64 isolate_->wasm_engine()->code_manager()->LookupCode( in NameOfAddress()
134 isolate->wasm_engine()->code_manager()->LookupCode( in PrintRelocInfo()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/execution/
H A Dframes.cc485 Code StackFrame::LookupCode() const { in LookupCode() function in v8::internal::StackFrame
1083 Code code = LookupCode(); in LookupExceptionHandlerInTable()
1115 Code code = LookupCode(); in ComputeParametersCount()
1147 Code code = LookupCode(); in Summarize()
1185 DCHECK(!LookupCode().has_handler_table()); in LookupExceptionHandlerInTable()
1186 DCHECK(!LookupCode().is_optimized_code()); in LookupExceptionHandlerInTable()
1553 Code code = LookupCode(); in FRAME_SUMMARY_DISPATCH()
1633 Code code = LookupCode(); in LookupExceptionHandlerInTable()
1676 Code code = LookupCode(); in receiver()
1698 Code code = LookupCode(); in GetFunctions()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/execution/
H A Dframes.cc502 Code StackFrame::LookupCode() const { in LookupCode() function in v8::internal::StackFrame
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()
1182 DCHECK(!LookupCode().is_optimized_code()); in LookupExceptionHandlerInTable()
1519 Code code = LookupCode(); in FRAME_SUMMARY_DISPATCH()
1599 Code code = LookupCode(); in LookupExceptionHandlerInTable()
1646 Code code = LookupCode(); in GetFunctions()
1813 ->LookupCode(pc()) in Print()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/js/src/wasm/
H A DWasmFrameIter.cpp66 MOZ_ASSERT(code_ == LookupCode(unwoundPC)); in WasmFrameIter()
132 MOZ_ASSERT(!LookupCode(fp_->returnAddress())); in popFrame()
170 code_ = LookupCode(returnAddress, &codeRange_); in popFrame()
851 const Code* code = LookupCode(callerPC, &callerCodeRange); in AssertMatchesCallSite()
878 code_ = LookupCode(fp->returnAddress(), &codeRange_); in initFromExitFP()
949 MOZ_ASSERT(!LookupCode(fp->returnAddress())); in GetNearestEffectiveTls()
955 const Code* code = LookupCode(returnAddress, &codeRange); in GetNearestEffectiveTls()
1312 MOZ_ASSERT(LookupCode(callerPC_, &codeRange_) == code_); in operator ++()
1321 code_ = LookupCode(callerPC_, &codeRange_); in operator ++()
H A DWasmProcess.h38 const Code* LookupCode(const void* pc, const CodeRange** codeRange = nullptr);
H A DWasmProcess.cpp273 const Code* wasm::LookupCode(const void* pc, in LookupCode() function in wasm
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/wasm/
H A DWasmFrameIter.cpp66 MOZ_ASSERT(code_ == LookupCode(unwoundPC)); in WasmFrameIter()
132 MOZ_ASSERT(!LookupCode(fp_->returnAddress())); in popFrame()
170 code_ = LookupCode(returnAddress, &codeRange_); in popFrame()
851 const Code* code = LookupCode(callerPC, &callerCodeRange); in AssertMatchesCallSite()
878 code_ = LookupCode(fp->returnAddress(), &codeRange_); in initFromExitFP()
949 MOZ_ASSERT(!LookupCode(fp->returnAddress())); in GetNearestEffectiveTls()
955 const Code* code = LookupCode(returnAddress, &codeRange); in GetNearestEffectiveTls()
1312 MOZ_ASSERT(LookupCode(callerPC_, &codeRange_) == code_); in operator ++()
1321 code_ = LookupCode(callerPC_, &codeRange_); in operator ++()
H A DWasmProcess.h38 const Code* LookupCode(const void* pc, const CodeRange** codeRange = nullptr);
H A DWasmProcess.cpp273 const Code* wasm::LookupCode(const void* pc, in LookupCode() function in wasm
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/wasm/
H A DWasmProcess.h38 const Code* LookupCode(const void* pc, const CodeRange** codeRange = nullptr);
H A DWasmFrameIter.cpp52 MOZ_ASSERT(code_ == LookupCode(activation->wasmTrapPC())); in WasmFrameIter()
73 MOZ_ASSERT(code_ == LookupCode(activation->wasmInterruptUnwindPC())); in WasmFrameIter()
146 code_ = LookupCode(returnAddress, &codeRange_); in popFrame()
657 const Code* code = LookupCode(callerPC, &callerCodeRange); in AssertMatchesCallSite()
683 code_ = LookupCode(pc, &codeRange_); in initFromExitFP()
1005 MOZ_ASSERT(LookupCode(callerPC_, &codeRange_) == code_); in operator ++()
1014 code_ = LookupCode(callerPC_, &codeRange_); in operator ++()
H A DWasmProcess.cpp233 const Code* wasm::LookupCode(const void* pc, in LookupCode() function in wasm
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/wasm/
H A DWasmProcess.h39 const Code* LookupCode(const void* pc, const CodeRange** codeRange = nullptr);
H A DWasmFrameIter.cpp61 MOZ_ASSERT(code_ == LookupCode(unwoundPC)); in WasmFrameIter()
131 MOZ_ASSERT(!LookupCode(prevFP->returnAddress)); in popFrame()
167 code_ = LookupCode(returnAddress, &codeRange_); in popFrame()
787 const Code* code = LookupCode(callerPC, &callerCodeRange); in AssertMatchesCallSite()
817 code_ = LookupCode(pc, &codeRange_); in initFromExitFP()
1198 MOZ_ASSERT(LookupCode(callerPC_, &codeRange_) == code_); in operator ++()
1207 code_ = LookupCode(callerPC_, &codeRange_); in operator ++()
H A DWasmProcess.cpp272 const Code* wasm::LookupCode(const void* pc, in LookupCode() function in wasm
/dports/www/firefox/firefox-99.0/js/src/wasm/
H A DWasmFrameIter.cpp78 MOZ_ASSERT(code_ == LookupCode(unwoundPC)); in WasmFrameIter()
144 MOZ_ASSERT(!LookupCode(fp_->returnAddress())); in popFrame()
182 code_ = LookupCode(returnAddress, &codeRange_); in popFrame()
899 const Code* code = LookupCode(callerPC, &callerCodeRange); in AssertMatchesCallSite()
926 code_ = LookupCode(fp->returnAddress(), &codeRange_); in initFromExitFP()
997 MOZ_ASSERT(!LookupCode(fp->returnAddress())); in GetNearestEffectiveTls()
1003 const Code* code = LookupCode(returnAddress, &codeRange); in GetNearestEffectiveTls()
1389 MOZ_ASSERT(LookupCode(callerPC_, &codeRange_) == code_); in operator ++()
1398 code_ = LookupCode(callerPC_, &codeRange_); in operator ++()
H A DWasmProcess.h40 const Code* LookupCode(const void* pc, const CodeRange** codeRange = nullptr);
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/objects/
H A Dcompilation-cache-table.h125 MaybeHandle<Code> LookupCode(Handle<SharedFunctionInfo> key); in EXTERN_DECLARE_HASH_TABLE()
/dports/lang/v8/v8-9.6.180.12/src/runtime/
H A Druntime-compiler.cc280 frame->LookupCode().is_interpreter_trampoline_builtin()); in DetermineEntryAndDisarmOSRForUnoptimized()
282 frame->LookupCode().kind() == CodeKind::BASELINE); in DetermineEntryAndDisarmOSRForUnoptimized()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/codegen/
H A Dcompilation-cache.cc282 maybe_value = table->LookupCode(key); in Lookup()
378 MaybeHandle<Code> CompilationCache::LookupCode(Handle<SharedFunctionInfo> sfi) { in LookupCode() function in v8::internal::CompilationCache
/dports/audio/gmusicbrowser/gmusicbrowser-1.1.15/
H A Dgmusicbrowser_songs.pm1463 sub LookupCode subroutine
1507 my $code=LookupCode($field,$action,\@h);
1583 my ($code,$convert)=LookupCode($field, "filter:$cmd", "filter_prep:$cmd");
1802 { my $c=LookupCode($subfield,'load_extra',[GID=>'$gid',VAL=>"\$_[$i]"]);
1822 my ($mainfield,$save_extra)=LookupCode($field,'mainfield','save_extra');
1828 { my $c=LookupCode($subfield,'save_extra',[GID => '$gid']);
2469 my $types=LookupCode($field,'subtypes_menu');
2491 my ($sub)= LookupCode($field, "editwidget:all|editwidget:$type|editwidget");
2649 my $c= LookupCode($f, $opt, [ID=>'$ID', ($arg ? (ARG=>"'$arg'") : () )]);
4687 my $sub=Songs::LookupCode($field,'filter_simplify:~');
[all …]
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DJitActivation.cpp237 MOZ_RELEASE_ASSERT(&code == wasm::LookupCode(pc)); in startWasmTrap()

1234