Home
last modified time | relevance | path

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

/external/v8/src/
Dinstruction-stream.h25 static Code* TryLookupCode(Isolate* isolate, Address address);
Dinstruction-stream.cc25 Code* InstructionStream::TryLookupCode(Isolate* isolate, Address address) { in TryLookupCode() function in v8::internal::InstructionStream
Dreloc-info.cc514 CHECK_NOT_NULL(InstructionStream::TryLookupCode(isolate, addr)); in Verify()
/external/v8/src/builtins/
Dbuiltins.cc91 Code* maybe_builtin = InstructionStream::TryLookupCode(isolate_, pc); in Lookup()
/external/v8/src/snapshot/
Dserializer.cc872 InstructionStream::TryLookupCode(serializer_->isolate(), addr)); in VisitOffHeapTarget()
/external/v8/src/heap/
Dheap.cc5821 if (InstructionStream::TryLookupCode(isolate(), addr) == code) return true; in GcSafeCodeContains()
5828 Code* code = InstructionStream::TryLookupCode(isolate(), inner_pointer); in GcSafeFindCodeForInnerPointer()