Home
last modified time | relevance | path

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

/art/compiler/trampolines/
Dtrampoline_compiler.cc43 case kPortableAbi: // R9 holds Thread*. in CreateTrampoline()
78 case kPortableAbi: // X18 holds Thread*. in CreateTrampoline()
108 case kPortableAbi: // S1 holds Thread*. in CreateTrampoline()
/art/compiler/driver/
Dcompiler_driver.cc478 CREATE_TRAMPOLINE(PORTABLE, kPortableAbi, pPortableImtConflictTrampoline) in CreatePortableImtConflictTrampoline()
482 CREATE_TRAMPOLINE(PORTABLE, kPortableAbi, pPortableResolutionTrampoline) in CreatePortableResolutionTrampoline()
486 CREATE_TRAMPOLINE(PORTABLE, kPortableAbi, pPortableToInterpreterBridge) in CreatePortableToInterpreterBridge()
Dcompiler_driver.h70 kPortableAbi, enumerator