Home
last modified time | relevance | path

Searched refs:TryLookupCode (Results 1 – 9 of 9) sorted by relevance

/third_party/node/deps/v8/src/snapshot/embedded/
Dembedded-data.cc21 Builtin TryLookupCode(const EmbeddedData& d, Address address) { in TryLookupCode() function
88 Builtin OffHeapInstructionStream::TryLookupCode(Isolate* isolate, in TryLookupCode() function in v8::internal::OffHeapInstructionStream
94 Builtin builtin = i::TryLookupCode(EmbeddedData::FromBlob(isolate), address); in TryLookupCode()
98 builtin = i::TryLookupCode(EmbeddedData::FromBlob(), address); in TryLookupCode()
110 builtin = i::TryLookupCode(EmbeddedData::FromBlob(code_range), address); in TryLookupCode()
Dembedded-data.h35 static Builtin TryLookupCode(Isolate* isolate, Address address);
/third_party/node/deps/v8/src/codegen/
Dreloc-info.cc525 OffHeapInstructionStream::TryLookupCode(isolate, addr))); in Verify()
/third_party/node/deps/v8/src/builtins/
Dbuiltins.cc110 Builtin builtin = OffHeapInstructionStream::TryLookupCode(isolate_, pc); in Lookup()
/third_party/node/deps/v8/src/snapshot/
Dserializer.cc1122 Builtin builtin = OffHeapInstructionStream::TryLookupCode(isolate(), addr); in VisitOffHeapTarget()
/third_party/node/deps/v8/src/deoptimizer/
Ddeoptimizer.cc599 Builtin builtin = OffHeapInstructionStream::TryLookupCode(isolate, addr); in IsDeoptimizationEntry()
/third_party/node/deps/v8/src/execution/
Dframes.cc286 Builtin builtin = OffHeapInstructionStream::TryLookupCode(isolate, pc); in IsInterpreterFramePc()
/third_party/node/deps/v8/src/debug/
Ddebug.cc1429 Builtin builtin = OffHeapInstructionStream::TryLookupCode(isolate, pc); in VisitThread()
/third_party/node/deps/v8/src/heap/
Dheap.cc7191 OffHeapInstructionStream::TryLookupCode(isolate(), addr); in GcSafeCodeContains()
7203 OffHeapInstructionStream::TryLookupCode(isolate(), inner_pointer); in GcSafeFindCodeForInnerPointer()