Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/
Dx64_emitter.h58 std::vector<uint32> stringPtr; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Demit.h362 MapleSet<UStrIdx> stringPtr; variable
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dencode_visitor.cpp874 ObjectPointerType stringPtr = graph->GetRuntime()->GetNonMovableString(method, stringType); in VisitLoadString() local