Home
last modified time | relevance | path

Searched refs:OffHeapTargetIsCodedSpecially (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dreloc-info.h211 static bool OffHeapTargetIsCodedSpecially();
Dreloc-info.cc330 bool RelocInfo::OffHeapTargetIsCodedSpecially() { in OffHeapTargetIsCodedSpecially() function in v8::internal::RelocInfo
/external/v8/src/snapshot/
Ddeserializer.cc557 if (RelocInfo::OffHeapTargetIsCodedSpecially()) { in ReadData()