Home
last modified time | relevance | path

Searched defs:is_string_init (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/art/runtime/
H A Dreflection.cc539 bool is_string_init = method->IsStringConstructor(); in InvokeWithVarArgs() local
581 bool is_string_init = method->IsStringConstructor(); in InvokeWithJValues() local
624 bool is_string_init = method->IsStringConstructor(); in InvokeVirtualOrInterfaceWithJValues() local
668 bool is_string_init = method->IsStringConstructor(); in InvokeVirtualOrInterfaceWithVarArgs() local
/aosp_15_r20/art/runtime/interpreter/mterp/armng/
H A Dmain.S799 .macro LOOP_OVER_SHORTY_LOADING_INTs shorty, inst, arg_index, finished, is_string_init
/aosp_15_r20/art/runtime/interpreter/mterp/x86ng/
H A Dmain.S540 .macro LOOP_OVER_SHORTY_LOADING_INTS stack_offset, shorty, inst, arg_index, finished, is_string_init
/aosp_15_r20/art/runtime/interpreter/
H A Dinterpreter_common.cc1363 bool is_string_init, in DoCall()