Home
last modified time | relevance | path

Searched defs:string_length (Results 1 – 11 of 11) sorted by relevance

/aosp12/art/libprofile/profile/
H A Dprofile_boot_info.cc65 uint8_t string_length; in Load() local
/aosp12/frameworks/compile/mclinker/lib/LD/
H A DDebugString.cpp30 static inline size_t string_length(const char* pStr) { in string_length() function
/aosp12/system/iorap/src/prefetcher/
H A Dprefetcher_daemon.cc851 uint32_t string_length = static_cast<uint32_t>(file_path->size()); in Write() local
885 uint32_t string_length = static_cast<uint32_t>(file_path->size()); in Write() local
/aosp12/art/runtime/mirror/
H A Dstring-alloc-inl.h242 int32_t string_length, in AllocFromString()
/aosp12/frameworks/base/startop/view_compiler/
H A Ddex_testcase_generator.cc77 MethodDeclData string_length{ in GenerateSimpleTestCases() local
H A Ddex_builder.cc171 MethodDeclData string_length = in WriteTestDexFile() local
/aosp12/art/runtime/verifier/
H A Dverifier_deps.cc506 size_t string_length = string_end - string_start; in DecodeStringVector() local
/aosp12/art/openjdkjvmti/
H A Dti_heap.cc100 int32_t string_length = str->GetLength(); in ReportString() local
/aosp12/frameworks/av/media/extractors/mp4/
H A DMPEG4Extractor.cpp1768 size_t string_length = strnlen(str, chunk_data_size); in parseChunk() local
/aosp12/art/compiler/optimizing/
H A Dintrinsics_x86_64.cc1328 CpuRegister string_length = locations->GetTemp(1).AsRegister<CpuRegister>(); in GenerateStringIndexOf() local
H A Dintrinsics_x86.cc1144 Register string_length = locations->GetTemp(1).AsRegister<Register>(); in GenerateStringIndexOf() local