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

  /art/runtime/entrypoints/portable/
portable_thread_entrypoints.cc 38 const uint8_t* gc_map = method->GetNativeGcMap(sizeof(void*));
  /art/test/004-StackWalk/
stack_walk_jni.cc 62 NativePcOffsetToReferenceMap map(m->GetNativeGcMap(sizeof(void*)));
  /art/test/004-ReferenceMap/
stack_walk_refmap_jni.cc 60 NativePcOffsetToReferenceMap map(m->GetNativeGcMap(sizeof(void*)));
  /art/runtime/mirror/
art_method-inl.h 288 inline const uint8_t* ArtMethod::GetNativeGcMap(size_t pointer_size) {
293 return GetNativeGcMap(code_pointer, pointer_size);
296 inline const uint8_t* ArtMethod::GetNativeGcMap(const void* code_pointer, size_t pointer_size) {
art_method.h 383 const uint8_t* GetNativeGcMap(size_t pointer_size)
385 const uint8_t* GetNativeGcMap(const void* code_pointer, size_t pointer_size)
  /art/oatdump/
oatdump.cc     [all...]
  /art/runtime/
thread.cc     [all...]

Completed in 680 milliseconds