Home
last modified time | relevance | path

Searched refs:dex_str (Results 1 – 2 of 2) sorted by relevance

/aosp12/art/libdexfile/dex/
H A Dart_dex_file_loader_test.cc237 const char* dex_str = raw->GetStringData(*str_id); in TEST_F() local
238 EXPECT_STREQ(dex_str, str); in TEST_F()
/aosp12/system/extras/simpleperf/
H A DJITDebugReader.cpp503 const char* dex_str = "__dex_debug_descriptor"; in GetDescriptorsLocation() local
510 } else if (symbol.name == dex_str) { in GetDescriptorsLocation()