Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/bytecode_optimizer/
Druntime_adapter.h241 auto string_data = panda_file_.GetStringData(mda.GetClassId()); in GetClassNameFromMethod() local
248 auto string_data = panda_file_.GetStringData(ClassCast(cls)); in GetClassName() local
257 auto string_data = panda_file_.GetStringData(mda.GetNameId()); in GetMethodName() local
346 auto string_data = panda_file_.GetStringData(fda.GetNameId()); in GetFieldName() local
/arkcompiler/runtime_core/runtime/core/
Dcore_vm.cpp228 auto string_data = pf->GetStringData(type_id); in CheckEntrypointSignature() local
/arkcompiler/runtime_core/verification/jobs/
Dcache.cpp356 auto string_data = pf.GetStringData(class_file_id).data; in CalcMethodHash() local