Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.cpp1249 GateRef str = GetStringFromConstPool(glue, constpool, ZExtInt16ToInt32(stringId)); in DECLARE_ASM_HANDLER()
1447 GateRef propKey = GetStringFromConstPool(glue, constpool, ZExtInt16ToInt32(stringId)); in DECLARE_ASM_HANDLER()
1457 GateRef propKey = GetStringFromConstPool(glue, constpool, ZExtInt16ToInt32(stringId)); in DECLARE_ASM_HANDLER()
1833 GateRef propKey = GetStringFromConstPool(glue, constpool, ZExtInt16ToInt32(stringId)); in DECLARE_ASM_HANDLER()
1871 GateRef propKey = GetStringFromConstPool(glue, constpool, ZExtInt16ToInt32(stringId)); in DECLARE_ASM_HANDLER()
1910 GateRef propKey = GetStringFromConstPool(glue, constpool, ZExtInt16ToInt32(stringId)); in DECLARE_ASM_HANDLER()
1952 GateRef propKey = GetStringFromConstPool(glue, constpool, ZExtInt16ToInt32(stringId)); in DECLARE_ASM_HANDLER()
2030 varAcc = GetStringFromConstPool(glue, constpool, ZExtInt16ToInt32(stringId)); in DECLARE_ASM_HANDLER()
2638 GateRef pattern = GetStringFromConstPool(glue, constpool, ZExtInt16ToInt32(stringId)); in DECLARE_ASM_HANDLER()
2648 GateRef pattern = GetStringFromConstPool(glue, constpool, ZExtInt16ToInt32(stringId)); in DECLARE_ASM_HANDLER()
[all …]
Daccess_object_stub_builder.cpp133 return GetStringFromConstPool(glue, constpool, ChangeIntPtrToInt32(prop)); in ResolvePropKey()
141 return GetStringFromConstPool(glue, info.constpool, stringId); in ResolvePropKey()
Dstub_builder.h570 GateRef GetStringFromConstPool(GateRef glue, GateRef constpool, GateRef index);
Dstub_builder.cpp4836 GateRef StubBuilder::GetStringFromConstPool(GateRef glue, GateRef constpool, GateRef index) in GetStringFromConstPool() function in panda::ecmascript::kungfu::StubBuilder