Home
last modified time | relevance | path

Searched defs:stringObj (Results 1 – 5 of 5) 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/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_number_stub_builder.cpp41 Label stringObj(env); in ParseFloat() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSGen.cpp2699 void ETSGen::LoadStringChar(const ir::AstNode *node, const VReg stringObj, const VReg charIndex) in LoadStringChar()