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 34 case kInterpreterAbi: // Thread* is first argument (R0) in interpreter ABI.
62 case kInterpreterAbi: // Thread* is first argument (A0) in interpreter ABI.
  /art/compiler/driver/
compiler_driver.h 55 kInterpreterAbi,
compiler_driver.cc 455 return CreateTrampoline(instruction_set_, kInterpreterAbi,
460 return CreateTrampoline(instruction_set_, kInterpreterAbi,
    [all...]

Completed in 452 milliseconds