Home
last modified time | relevance | path

Searched refs:GetStringFromConstPool (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.cpp1464 GateRef str = GetStringFromConstPool(glue, constpool, ZExtInt16ToInt32(stringId)); in DECLARE_ASM_HANDLER()
1662 GateRef propKey = GetStringFromConstPool(glue, constpool, ZExtInt16ToInt32(stringId)); in DECLARE_ASM_HANDLER()
1672 GateRef propKey = GetStringFromConstPool(glue, constpool, ZExtInt16ToInt32(stringId)); in DECLARE_ASM_HANDLER()
2008 GateRef propKey = GetStringFromConstPool(glue, constpool, ZExtInt16ToInt32(stringId)); in DECLARE_ASM_HANDLER()
2046 GateRef propKey = GetStringFromConstPool(glue, constpool, ZExtInt16ToInt32(stringId)); in DECLARE_ASM_HANDLER()
2085 GateRef propKey = GetStringFromConstPool(glue, constpool, ZExtInt16ToInt32(stringId)); in DECLARE_ASM_HANDLER()
2127 GateRef propKey = GetStringFromConstPool(glue, constpool, ZExtInt16ToInt32(stringId)); in DECLARE_ASM_HANDLER()
2205 varAcc = GetStringFromConstPool(glue, constpool, ZExtInt16ToInt32(stringId)); in DECLARE_ASM_HANDLER()
2840 GateRef pattern = GetStringFromConstPool(glue, constpool, ZExtInt16ToInt32(stringId)); in DECLARE_ASM_HANDLER()
2850 GateRef pattern = GetStringFromConstPool(glue, constpool, ZExtInt16ToInt32(stringId)); in DECLARE_ASM_HANDLER()
[all …]
Daccess_object_stub_builder.cpp128 return GetStringFromConstPool(glue, constpool, ChangeIntPtrToInt32(prop)); in ResolvePropKey()
136 return GetStringFromConstPool(glue, info.constpool, stringId); in ResolvePropKey()
Dstub_builder.h672 GateRef GetStringFromConstPool(GateRef glue, GateRef constpool, GateRef index);
Dstub_builder.cpp5930 GateRef StubBuilder::GetStringFromConstPool(GateRef glue, GateRef constpool, GateRef index) in GetStringFromConstPool() function in panda::ecmascript::kungfu::StubBuilder