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

  /art/compiler/trampolines/
trampoline_compiler.cc 43 case kPortableAbi: // R9 holds Thread*.
78 case kPortableAbi: // X18 holds Thread*.
108 case kPortableAbi: // S1 holds Thread*.
  /art/compiler/driver/
compiler_driver.cc 478 CREATE_TRAMPOLINE(PORTABLE, kPortableAbi, pPortableImtConflictTrampoline)
482 CREATE_TRAMPOLINE(PORTABLE, kPortableAbi, pPortableResolutionTrampoline)
486 CREATE_TRAMPOLINE(PORTABLE, kPortableAbi, pPortableToInterpreterBridge)
    [all...]
compiler_driver.h 70 kPortableAbi,
    [all...]

Completed in 57 milliseconds