Searched refs:InterpretOnly (Results 1 - 6 of 6) sorted by relevance

/art/runtime/
H A Dinstrumentation_test.cc595 EXPECT_TRUE(instr->InterpretOnly()); \
597 EXPECT_TRUE(instr->InterpretOnly()); \
599 EXPECT_FALSE(instr->InterpretOnly()); \
H A Dinstrumentation.h247 bool InterpretOnly() const { function in class:art::instrumentation::Instrumentation
H A Ddebugger.cc3485 if (Runtime::Current()->GetInstrumentation()->InterpretOnly()) {
3503 if (instrumentation->InterpretOnly()) {
3541 if (instrumentation->InterpretOnly()) {
3578 if (instrumentation->InterpretOnly()) {
3622 if (Runtime::Current()->GetInstrumentation()->InterpretOnly()) {
H A Druntime.cc2161 if (GetInstrumentation()->InterpretOnly()) {
H A Dclass_linker.cc1852 // Set entry point to interpreter if in InterpretOnly mode.
1853 if (!runtime->IsAotCompiler() && runtime->GetInstrumentation()->InterpretOnly()) {
2942 if (instr->InterpretOnly()) {
/art/runtime/jit/
H A Djit.cc238 << Runtime::Current()->GetInstrumentation()->InterpretOnly();

Completed in 162 milliseconds