Searched refs:kinds (Results 1 - 4 of 4) sorted by relevance

/art/runtime/
H A Dquick_exception_handler.cc495 static VRegKind GetVRegKind(uint16_t reg, const std::vector<int32_t>& kinds) { argument
496 return static_cast<VRegKind>(kinds.at(reg * 2));
H A Druntime.cc1864 void Runtime::ResetStats(int kinds) { argument
1865 GetStats()->Clear(kinds & 0xffff);
1867 Thread::Current()->GetStats()->Clear(kinds >> 16);
H A Druntime.h430 void ResetStats(int kinds);
/art/runtime/native/
H A Ddalvik_system_VMDebug.cc86 static void VMDebug_resetAllocCount(JNIEnv*, jclass, jint kinds) { argument
87 Runtime::Current()->ResetStats(kinds);

Completed in 74 milliseconds