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

  /art/runtime/
art_method.h 417 return GetEntryPointFromJniPtrSize(sizeof(void*));
419 ALWAYS_INLINE void* GetEntryPointFromJniPtrSize(size_t pointer_size) {
  /art/imgdiag/
imgdiag.cc 550 art_method->GetEntryPointFromJniPtrSize(pointer_size)) << ", ";
633 art_method->GetEntryPointFromJniPtrSize(pointer_size)) << ", ";
    [all...]
  /art/patchoat/
patchoat.cc 655 object->GetEntryPointFromJniPtrSize(pointer_size)), pointer_size);
    [all...]

Completed in 132 milliseconds