Home
last modified time | relevance | path

Searched refs:kinds (Results 1 – 6 of 6) sorted by relevance

/art/tools/runtime_memusage/
DREADME5 of Dex Files into smaller, split pieces of information. Two kinds of information
10 Both of these kinds of information can be split up further by providing category
/art/tools/hiddenapi/
DREADME.md33 different modifiers were chosen for different kinds of methods/fields.
/art/runtime/
Dquick_exception_handler.cc540 static VRegKind GetVRegKind(uint16_t reg, const std::vector<int32_t>& kinds) { in GetVRegKind() argument
541 return static_cast<VRegKind>(kinds[reg * 2]); in GetVRegKind()
Druntime.cc2061 void Runtime::ResetStats(int kinds) { in ResetStats() argument
2062 GetStats()->Clear(kinds & 0xffff); in ResetStats()
2064 Thread::Current()->GetStats()->Clear(kinds >> 16); in ResetStats()
Druntime.h486 void ResetStats(int kinds);
/art/runtime/native/
Ddalvik_system_VMDebug.cc89 static void VMDebug_resetAllocCount(JNIEnv*, jclass, jint kinds) { in VMDebug_resetAllocCount() argument
90 Runtime::Current()->ResetStats(kinds); in VMDebug_resetAllocCount()