Home
last modified time | relevance | path

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

/external/v8/src/
Dframes.cc1484 GcSafeFindCodeForInnerPointer(pc()); in GetDeoptimizationData()
2138 Code* InnerPointerToCodeCache::GcSafeFindCodeForInnerPointer( in GcSafeFindCodeForInnerPointer() function in v8::internal::InnerPointerToCodeCache
2190 DCHECK(entry->code == GcSafeFindCodeForInnerPointer(inner_pointer)); in GetCacheEntry()
2196 entry->code = GcSafeFindCodeForInnerPointer(inner_pointer); in GetCacheEntry()
Dframes.h49 Code* GcSafeFindCodeForInnerPointer(Address inner_pointer);
Disolate.cc3195 return inner_pointer_to_code_cache()->GcSafeFindCodeForInnerPointer(a); in Throw()
/external/v8/src/heap/
Dincremental-marking.cc94 ->GcSafeFindCodeForInnerPointer(pc); in RecordCodeTargetPatch()
Dmark-compact.cc4061 isolate()->inner_pointer_to_code_cache()->GcSafeFindCodeForInnerPointer( in RecordCodeTargetPatch()