Home
last modified time | relevance | path

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

/external/v8/src/
Ddisassembler.cc185 Code* code = isolate->heap()->GcSafeFindCodeForInnerPointer( in PrintRelocInfo()
Dframes.cc200 isolate->heap()->GcSafeFindCodeForInnerPointer(pc); in IsInterpreterFramePc()
1560 code = isolate()->heap()->GcSafeFindCodeForInnerPointer(pc()); in GetDeoptimizationData()
2143 isolate_->heap()->GcSafeFindCodeForInnerPointer(inner_pointer)); in GetCacheEntry()
2150 isolate_->heap()->GcSafeFindCodeForInnerPointer(inner_pointer); in GetCacheEntry()
Disolate.cc3633 return heap()->GcSafeFindCodeForInnerPointer(a); in Throw()
Delements.cc446 isolate->heap()->GcSafeFindCodeForInnerPointer(raw_frame->pc()); in TraceTopFrame()
/external/v8/src/heap/
Dheap.h1435 Code* GcSafeFindCodeForInnerPointer(Address inner_pointer);
Dheap.cc5827 Code* Heap::GcSafeFindCodeForInnerPointer(Address inner_pointer) { in GcSafeFindCodeForInnerPointer() function in v8::internal::Heap