Home
last modified time | relevance | path

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

/art/compiler/dex/quick/
Dmir_to_lir.h918 void CallRuntimeHelperImmMethodImm(QuickEntrypointEnum trampoline, int arg0, int arg2,
Dgen_invoke.cc320 void Mir2Lir::CallRuntimeHelperImmMethodImm(QuickEntrypointEnum trampoline, int arg0, int arg2, in CallRuntimeHelperImmMethodImm() function in art::Mir2Lir
Dgen_common.cc403 CallRuntimeHelperImmMethodImm(target, type_idx, elems, true); in GenFilledNewArray()