HomeSort by relevance Sort by last modified time
    Searched refs:GetPortableResolutionTrampoline (Results 1 - 7 of 7) sorted by null

  /art/runtime/
oat.h 69 const void* GetPortableResolutionTrampoline() const;
instrumentation.cc 112 DCHECK(portable_code == class_linker->GetPortableResolutionTrampoline());
157 new_portable_code = class_linker->GetPortableResolutionTrampoline();
187 new_portable_code = class_linker->GetPortableResolutionTrampoline();
703 DCHECK((portable_code == class_linker->GetPortableResolutionTrampoline()) ||
    [all...]
oat.cc 251 const void* OatHeader::GetPortableResolutionTrampoline() const {
class_linker.h 371 const void* GetPortableResolutionTrampoline() const {
    [all...]
runtime.cc     [all...]
class_linker.cc     [all...]
  /art/runtime/entrypoints/portable/
portable_trampoline_entrypoints.cc 447 DCHECK(code != linker->GetPortableResolutionTrampoline());

Completed in 517 milliseconds