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

  /art/runtime/mirror/
class-inl.h 1088 GcRoot<mirror::String>* new_strings = visitor(strings); local
    [all...]
  /art/runtime/gc/space/
image_space.cc 1058 GcRoot<mirror::String>* new_strings = fixup_adapter.ForwardObject(strings); local
    [all...]
  /external/zopfli/src/zopflipng/lodepng/
lodepng.cpp 2732 char** new_strings = (char**)(lodepng_realloc(info->text_strings, sizeof(char*) * (info->text_num + 1))); local
2807 char** new_strings = (char**)(lodepng_realloc(info->itext_strings, sizeof(char*) * (info->itext_num + 1))); local
    [all...]
  /art/runtime/
class_linker.cc 1486 GcRoot<mirror::String>* new_strings = klass->GetDexCache()->GetStrings(); local
    [all...]

Completed in 342 milliseconds