Home
last modified time | relevance | path

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

/art/runtime/
Dreflection.cc449 bool is_string_init = method->GetDeclaringClass()->IsStringClass() && method->IsConstructor(); in InvokeWithVarArgs() local
479 bool is_string_init = method->GetDeclaringClass()->IsStringClass() && method->IsConstructor(); in InvokeWithJValues() local
510 bool is_string_init = method->GetDeclaringClass()->IsStringClass() && method->IsConstructor(); in InvokeVirtualOrInterfaceWithJValues() local
541 bool is_string_init = method->GetDeclaringClass()->IsStringClass() && method->IsConstructor(); in InvokeVirtualOrInterfaceWithVarArgs() local
/art/compiler/dex/quick/
Dgen_invoke.cc1563 bool is_string_init = false; in GenInvokeNoInline() local
/art/compiler/optimizing/
Dbuilder.cc641 bool is_string_init = compiler_driver_->IsStringInit(method_idx, dex_file_, &string_init_offset); in BuildInvoke() local