Home
last modified time | relevance | path

Searched refs:portable (Results 1 – 5 of 5) sorted by relevance

/art/runtime/
DAndroid.mk176 entrypoints/portable/portable_alloc_entrypoints.cc \
177 entrypoints/portable/portable_cast_entrypoints.cc \
178 entrypoints/portable/portable_dexcache_entrypoints.cc \
179 entrypoints/portable/portable_field_entrypoints.cc \
180 entrypoints/portable/portable_fillarray_entrypoints.cc \
181 entrypoints/portable/portable_invoke_entrypoints.cc \
182 entrypoints/portable/portable_jni_entrypoints.cc \
183 entrypoints/portable/portable_lock_entrypoints.cc \
184 entrypoints/portable/portable_thread_entrypoints.cc \
185 entrypoints/portable/portable_throw_entrypoints.cc \
[all …]
/art/runtime/arch/mips/
Dportable_entrypoints_mips.S25 # Fake callee save ref and args frame set up, note portable doesn't use callee save frames.
/art/runtime/arch/arm/
Dportable_entrypoints_arm.S55 add sp, #16 @ first 4 args are not passed on stack for portable
68 @ Fake callee save ref and args frame set up, note portable doesn't use callee save frames.
142 @ Fake callee save ref and args frame set up, note portable doesn't use callee save frames.
/art/compiler/
DAndroid.mk147 dex/portable/mir_to_gbc.cc \
149 jni/portable/jni_compiler.cc \
/art/patchoat/
Dpatchoat.cc535 uintptr_t portable = reinterpret_cast<uintptr_t>( in FixupMethod() local
537 if (portable != 0) { in FixupMethod()
538 copy->SetEntryPointFromPortableCompiledCodePtrSize(reinterpret_cast<void*>(portable + delta_), in FixupMethod()