HomeSort by relevance Sort by last modified time
    Searched refs:kInterpreterAbi (Results 1 - 3 of 3) sorted by null

  /art/compiler/trampolines/
trampoline_compiler.cc 36 case kInterpreterAbi: // Thread* is first argument (R0) in interpreter ABI.
64 case kInterpreterAbi: // Thread* is first argument (X0) in interpreter ABI.
101 case kInterpreterAbi: // Thread* is first argument (A0) in interpreter ABI.
  /art/compiler/driver/
compiler_driver.h 66 kInterpreterAbi,
    [all...]
compiler_driver.cc 466 CREATE_TRAMPOLINE(INTERPRETER, kInterpreterAbi, pInterpreterToInterpreterBridge)
470 CREATE_TRAMPOLINE(INTERPRETER, kInterpreterAbi, pInterpreterToCompiledCodeBridge)
    [all...]

Completed in 367 milliseconds