Searched refs:GetStringFromConstPool (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| D | baseline_stubs.cpp | 350 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/ |
| D | interpreter_stub.cpp | 350 …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 …]
|
| D | access_object_stub_builder.cpp | 218 return GetStringFromConstPool(glue, constpool, ChangeIntPtrToInt32(prop)); in ResolvePropKey() 226 return GetStringFromConstPool(glue, info.GetConstantPool(), stringId); in ResolvePropKey()
|
| D | stub_builder.h | 822 GateRef GetStringFromConstPool(GateRef glue, GateRef constpool, GateRef index);
|
| D | stub_builder.cpp | 7721 GateRef StubBuilder::GetStringFromConstPool(GateRef glue, GateRef constpool, GateRef index) in GetStringFromConstPool() function in panda::ecmascript::kungfu::StubBuilder
|