HomeSort by relevance Sort by last modified time
    Searched refs:is_string_init (Results 1 - 3 of 3) sorted by null

  /art/runtime/
reflection.cc 449 bool is_string_init = method->GetDeclaringClass()->IsStringClass() && method->IsConstructor(); local
450 if (is_string_init) {
461 if (is_string_init) {
479 bool is_string_init = method->GetDeclaringClass()->IsStringClass() && method->IsConstructor(); local
480 if (is_string_init) {
491 if (is_string_init) {
510 bool is_string_init = method->GetDeclaringClass()->IsStringClass() && method->IsConstructor(); local
511 if (is_string_init) {
522 if (is_string_init) {
541 bool is_string_init = method->GetDeclaringClass()->IsStringClass() && method->IsConstructor() local
    [all...]
  /art/compiler/optimizing/
builder.cc 641 bool is_string_init = compiler_driver_->IsStringInit(method_idx, dex_file_, &string_init_offset); local
642 if (is_string_init) {
667 if (optimized_invoke_type == kStatic && !is_string_init) {
754 if (is_string_init) {
    [all...]
  /art/compiler/dex/quick/
gen_invoke.cc 1563 bool is_string_init = false; local
    [all...]

Completed in 64 milliseconds