OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kJitTSelect
(Results
1 - 3
of
3
) sorted by null
/dalvik/vm/interp/
InterpState.h
172
kJitTSelect
= 4, // Actively selecting a trace
Jit.cpp
548
if (self->jitState ==
kJitTSelect
) {
796
case
kJitTSelect
:
799
/* Grow the trace around the last PC if jitState is
kJitTSelect
*/
[
all
...]
/dalvik/vm/mterp/common/
asm-constants.h
257
MTERP_CONSTANT(
kJitTSelect
, 4)
Completed in 361 milliseconds