Home
last modified time | relevance | path

Searched defs:stringData (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/runtime_core/libabckit/src/wrappers/
Dabcfile_wrapper.cpp125 auto stringData = pf->GetStringData(mda.GetClassId()); in GetClassNameFromMethod() local
133 auto stringData = pf->GetStringData(mda.GetNameId()); in GetMethodName() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Descompat_JSON.cpp108 auto stringData = pf.GetStringData(id); in EscompatJSONGetJSONRenameByIdx() local
135 auto stringData = pf.GetStringData(id); in EscompatJSONGetJSONRenameByName() local
Dstd_core_Type.cpp661 auto stringData = pf.GetStringData(id); in TypeAPIGetFunctionObjectNameFromAnnotation() local
/arkcompiler/runtime_core/libabckit/src/adapter_static/
Druntime_adapter_static.h259 auto stringData = abcFile_.GetStringData(ClassCast(cls)); in GetClassName() local
268 auto stringData = abcFile_.GetStringData(mda.GetNameId()); in GetMethodName() local
411 auto stringData = abcFile_.GetStringData(fda.GetNameId()); in GetFieldName() local
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Druntime_adapter.h258 auto stringData = pandaFile_.GetStringData(ClassCast(cls)); in GetClassName() local
267 auto stringData = pandaFile_.GetStringData(mda.GetNameId()); in GetMethodName() local
404 auto stringData = pandaFile_.GetStringData(fda.GetNameId()); in GetFieldName() local
/arkcompiler/runtime_core/static_core/runtime/core/
Dcore_vm.cpp230 auto stringData = pf->GetStringData(typeId); in CheckEntrypointSignature() local
/arkcompiler/runtime_core/static_core/runtime/tests/
Dstring_test.cpp603 std::vector<uint8_t> stringData {'a', 'b', 'a', 'c', 'a', 'b', 'a', 0}; in TEST_F() local
623 std::vector<uint8_t> stringData {'a', 'b', 'c', 'd', 'e', 'f', 'g', 0}; in TEST_F() local
632 std::vector<uint8_t> stringData {'a', 'b', 'a', 'a', 'a', 'a', 'a', 0}; in TEST_F() local
Dstring_table_test.cpp306 std::vector<uint8_t> stringData(STRING_DATA_SIZE, START_VALUE_IN_STRING_DATA); in InternTooLongString() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_string_stub_builder.cpp208 GateRef stringData = Circuit::NullGate(); in FastStringCharCodeAt() local
1701 GateRef BuiltinsStringStubBuilder::GetUtf16Data(GateRef stringData, GateRef index) in GetUtf16Data()
1712 GateRef BuiltinsStringStubBuilder::GetUtf8Data(GateRef stringData, GateRef index) in GetUtf8Data()