Home
last modified time | relevance | path

Searched defs:stringObj (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tests/
Dmem_stats_gc_test.cpp115 coretypes::String *stringObj = in MemStatsTest() local
Dg1gc_fullgc_test.cpp188 coretypes::String *stringObj = in MakeAllocations() local
Dmem_stats_gen_gc_test.cpp275 coretypes::String *stringObj = in MakeAllocationsWithRepeats() local
/arkcompiler/runtime_core/libabckit/tests/ut/extensions/js/modify_api/super_this/
Dsuper_this_modify.cpp210 AbckitInst *stringObj = g_dynG->iCreateLoadString(graph, fieldName); in StByValueTest() local
472 AbckitInst *stringObj = g_dynG->iCreateLoadString(graph, funcName); in LdByValueTest() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_number_stub_builder.cpp37 Label stringObj(env); in ParseFloat() local
/arkcompiler/runtime_core/libabckit/tests/ut/isa/isa_dynamic/loadstore/
Dloadstore.cpp649 auto *stringObj = g_dynG->iCreateLoadString(graph, fieldName); in TEST_F() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSGen.cpp2701 void ETSGen::LoadStringChar(const ir::AstNode *node, const VReg stringObj, const VReg charIndex) in LoadStringChar()