Home
last modified time | relevance | path

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

/art/runtime/
Dhandle_scope_test.cc67 HandleScope::ReferencesOffset(sizeof(void*))); in TEST()
Dhandle_scope.h87 static size_t ReferencesOffset(size_t pointer_size) { in ReferencesOffset() function
100 uintptr_t address = reinterpret_cast<uintptr_t>(this) + ReferencesOffset(sizeof(void*)); in GetReferences()
/art/compiler/jni/quick/
Dcalling_convention.h339 HandleScope::ReferencesOffset(frame_pointer_size_)); in HandleReferencesOffset()