Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/tests/fuzztest/hashbase_fuzzer/
H A 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/murmur3_fuzzer/
H A 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/utf_fuzzer/
H A Dutf_fuzzer.cpp26 const uint8_t* string_data = CStringAsMutf8(const_cast<char*>(str.c_str())); in UtfFuzzTest() local
/arkcompiler/runtime_core/tests/fuzztest/hash_fuzzer/
H A 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/
H A Druntime_adapter.h129 auto string_data = panda_file_.GetStringData(mda.GetClassId()); variable
138 auto string_data = panda_file_.GetStringData(mda.GetNameId()); variable
/arkcompiler/runtime_core/verifier/
H A Dverifier.cpp446 auto string_data = file_->GetStringData(panda_file::File::EntityId(id)); in VerifyStringIdInLiteralArray() local

Completed in 3 milliseconds