Home
last modified time | relevance | path

Searched defs:stringData (Results 1 – 8 of 8) 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/bytecode_optimizer/
Druntime_adapter.h258 auto stringData = pandaFile_.GetStringData(ClassCast(cls)); in GetClassName() local
267 auto stringData = pandaFile_.GetStringData(mda.GetNameId()); in GetMethodName() local
401 auto stringData = pandaFile_.GetStringData(fda.GetNameId()); in GetFieldName() 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/runtime/core/
Dcore_vm.cpp230 auto stringData = pf->GetStringData(typeId); in CheckEntrypointSignature() local
/arkcompiler/runtime_core/static_core/runtime/tests/
Dstring_test.cpp561 std::vector<uint8_t> stringData {'a', 'b', 'a', 'c', 'a', 'b', 'a', 0}; in TEST_F() local
581 std::vector<uint8_t> stringData {'a', 'b', 'c', 'd', 'e', 'f', 'g', 0}; in TEST_F() local
590 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/snapshot/mem/
Dsnapshot_processor.cpp1317 auto stringData = jsPandaFile->GetStringData(EntityId(id)).data; in DeserializeString() local
1561 auto stringData = jsPandaFile->GetStringData(EntityId(id)).data; in RelocateSpaceObject() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_string_stub_builder.cpp210 GateRef stringData = Circuit::NullGate(); in FastStringCharCodeAt() local
1747 GateRef BuiltinsStringStubBuilder::GetUtf16Data(GateRef stringData, GateRef index) in GetUtf16Data()
1758 GateRef BuiltinsStringStubBuilder::GetUtf8Data(GateRef stringData, GateRef index) in GetUtf8Data()