Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
Dbaseline_stubs.cpp350 GateRef propKey = GetStringFromConstPool(glue, constpool, stringId); in GenerateCircuit()
365 GateRef result = GetStringFromConstPool(glue, constpool, stringId); in GenerateCircuit()
914 GateRef pattern = GetStringFromConstPool(glue, constpool, stringId); in GenerateCircuit()
932 GateRef pattern = GetStringFromConstPool(glue, constpool, stringId); in GenerateCircuit()
2953 GateRef propKey = GetStringFromConstPool(glue, constpool, stringId); in GenerateCircuit()
2999 GateRef propKey = GetStringFromConstPool(glue, constpool, stringId); in GenerateCircuit()
3043 GateRef propKey = GetStringFromConstPool(glue, constpool, stringId); in GenerateCircuit()
3059 GateRef propKey = GetStringFromConstPool(glue, constpool, stringId); in GenerateCircuit()
3076 GateRef propKey = GetStringFromConstPool(glue, constpool, stringId); in GenerateCircuit()
3093 GateRef propKey = GetStringFromConstPool(glue, constpool, stringId); in GenerateCircuit()
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.cpp350 …GateRef propKey = GetStringFromConstPool(glue, constpool, ZExtInt16ToInt32(stringId)); …
1691 GateRef str = GetStringFromConstPool(glue, constpool, ZExtInt16ToInt32(stringId)); in DECLARE_ASM_HANDLER()
1889 GateRef propKey = GetStringFromConstPool(glue, constpool, ZExtInt16ToInt32(stringId)); in DECLARE_ASM_HANDLER()
1899 GateRef propKey = GetStringFromConstPool(glue, constpool, ZExtInt16ToInt32(stringId)); in DECLARE_ASM_HANDLER()
2275 GateRef propKey = GetStringFromConstPool(glue, constpool, ZExtInt16ToInt32(stringId)); in DECLARE_ASM_HANDLER()
2313 GateRef propKey = GetStringFromConstPool(glue, constpool, ZExtInt16ToInt32(stringId)); in DECLARE_ASM_HANDLER()
2352 GateRef propKey = GetStringFromConstPool(glue, constpool, ZExtInt16ToInt32(stringId)); in DECLARE_ASM_HANDLER()
2394 GateRef propKey = GetStringFromConstPool(glue, constpool, ZExtInt16ToInt32(stringId)); in DECLARE_ASM_HANDLER()
2472 varAcc = GetStringFromConstPool(glue, constpool, ZExtInt16ToInt32(stringId)); in DECLARE_ASM_HANDLER()
3212 GateRef pattern = GetStringFromConstPool(glue, constpool, ZExtInt16ToInt32(stringId)); in DECLARE_ASM_HANDLER()
[all …]
Daccess_object_stub_builder.cpp218 return GetStringFromConstPool(glue, constpool, ChangeIntPtrToInt32(prop)); in ResolvePropKey()
226 return GetStringFromConstPool(glue, info.GetConstantPool(), stringId); in ResolvePropKey()
Dstub_builder.h822 GateRef GetStringFromConstPool(GateRef glue, GateRef constpool, GateRef index);
Dstub_builder.cpp7721 GateRef StubBuilder::GetStringFromConstPool(GateRef glue, GateRef constpool, GateRef index) in GetStringFromConstPool() function in panda::ecmascript::kungfu::StubBuilder