Home
last modified time | relevance | path

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

/external/v8/src/
Dframes.cc1046 GcSafeFindCodeForInnerPointer(pc()); in GetDeoptimizationData()
1468 Code* InnerPointerToCodeCache::GcSafeFindCodeForInnerPointer( in GcSafeFindCodeForInnerPointer() function in v8::internal::InnerPointerToCodeCache
1512 DCHECK(entry->code == GcSafeFindCodeForInnerPointer(inner_pointer)); in GetCacheEntry()
1518 entry->code = GcSafeFindCodeForInnerPointer(inner_pointer); in GetCacheEntry()
Dframes.h48 Code* GcSafeFindCodeForInnerPointer(Address inner_pointer);
Disolate.cc2216 return inner_pointer_to_code_cache()->GcSafeFindCodeForInnerPointer(a); in FindCodeObject()
/external/v8/src/heap/
Dincremental-marking.cc82 ->GcSafeFindCodeForInnerPointer(pc); in RecordCodeTargetPatch()
Dmark-compact.cc4486 isolate()->inner_pointer_to_code_cache()->GcSafeFindCodeForInnerPointer( in RecordCodeTargetPatch()