Searched refs:TryLookupCode (Results 1 – 7 of 7) sorted by relevance
27 static Code TryLookupCode(Isolate* isolate, Address address);
24 Code InstructionStream::TryLookupCode(Isolate* isolate, Address address) { in TryLookupCode() function in v8::internal::InstructionStream
525 CHECK(!InstructionStream::TryLookupCode(isolate, addr).is_null()); in Verify()
109 Code maybe_builtin = InstructionStream::TryLookupCode(isolate_, pc); in Lookup()
1000 Code target = InstructionStream::TryLookupCode(isolate(), addr); in VisitOffHeapTarget()
6409 if (InstructionStream::TryLookupCode(isolate(), addr) == code) return true; in GcSafeCodeContains()6416 Code code = InstructionStream::TryLookupCode(isolate(), inner_pointer); in GcSafeFindCodeForInnerPointer()
635 Code maybe_code = InstructionStream::TryLookupCode(isolate, addr); in IsDeoptimizationEntry()