Home
last modified time | relevance | path

Searched refs:METHOD_IS_HOT (Results 1 – 2 of 2) sorted by relevance

/dalvik/vm/compiler/
DCompiler.h154 #define METHOD_IS_HOT (1 << kIsHot) macro
DFrontend.cpp314 (realMethodEntry->attributes & METHOD_IS_HOT)) in dvmCompilerAnalyzeMethodBody()
325 attributes = METHOD_IS_HOT; in dvmCompilerAnalyzeMethodBody()