Home
last modified time | relevance | path

Searched refs:kInterpreterAbi (Results 1 – 3 of 3) sorted by relevance

/art/compiler/trampolines/
Dtrampoline_compiler.cc37 case kInterpreterAbi: // Thread* is first argument (R0) in interpreter ABI. in CreateTrampoline()
64 case kInterpreterAbi: // Thread* is first argument (X0) in interpreter ABI. in CreateTrampoline()
101 case kInterpreterAbi: // Thread* is first argument (A0) in interpreter ABI. in CreateTrampoline()
130 case kInterpreterAbi: // Thread* is first argument (A0) in interpreter ABI. in CreateTrampoline()
/art/compiler/driver/
Dcompiler_driver.h76 kInterpreterAbi, enumerator
Dcompiler_driver.cc469 CREATE_TRAMPOLINE(INTERPRETER, kInterpreterAbi, pInterpreterToInterpreterBridge) in CreateInterpreterToInterpreterBridge()
473 CREATE_TRAMPOLINE(INTERPRETER, kInterpreterAbi, pInterpreterToCompiledCodeBridge) in CreateInterpreterToCompiledCodeBridge()