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

  /art/runtime/
reflection.cc 454 bool is_string_init = method->GetDeclaringClass()->IsStringClass() && method->IsConstructor(); local
455 if (is_string_init) {
466 if (is_string_init) {
484 bool is_string_init = method->GetDeclaringClass()->IsStringClass() && method->IsConstructor(); local
485 if (is_string_init) {
496 if (is_string_init) {
515 bool is_string_init = method->GetDeclaringClass()->IsStringClass() && method->IsConstructor(); local
516 if (is_string_init) {
527 if (is_string_init) {
546 bool is_string_init = method->GetDeclaringClass()->IsStringClass() && method->IsConstructor() local
    [all...]
  /art/compiler/optimizing/
instruction_builder.cc 789 bool is_string_init = compiler_driver_->IsStringInit(method_idx, local
    [all...]

Completed in 90 milliseconds