Home
last modified time | relevance | path

Searched defs:string_data (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/tests/fuzztest/utf_fuzzer/
Dutf_fuzzer.cpp26 const uint8_t* string_data = CStringAsMutf8(const_cast<char*>(str.c_str())); in UtfFuzzTest() local
/arkcompiler/runtime_core/tests/fuzztest/murmur3_fuzzer/
Dmurmur3_fuzzer.cpp29 uint8_t* string_data = reinterpret_cast<uint8_t*>(const_cast<char*>(str.c_str())); in Murmur3FuzzTest() local
/arkcompiler/runtime_core/tests/fuzztest/hashbase_fuzzer/
Dhashbase_fuzzer.cpp26 uint8_t* string_data = reinterpret_cast<uint8_t*>(const_cast<char*>(str.c_str())); in HashBaseFuzzTest() local
/arkcompiler/runtime_core/tests/fuzztest/hash_fuzzer/
Dhash_fuzzer.cpp26 uint8_t* string_data = reinterpret_cast<uint8_t*>(const_cast<char*>(str.c_str())); in HashFuzzTest() local
/arkcompiler/runtime_core/bytecode_optimizer/
Druntime_adapter.h129 auto string_data = panda_file_.GetStringData(mda.GetClassId()); in GetClassNameFromMethod() local
138 auto string_data = panda_file_.GetStringData(mda.GetNameId()); in GetMethodName() local
/arkcompiler/runtime_core/verifier/
Dverifier.cpp448 auto string_data = file_->GetStringData(panda_file::File::EntityId(id)); in VerifyStringIdInLiteralArray() local