Searched defs:stringId (Results 1 – 11 of 11) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | bytecodes.cpp | 476 uint16_t stringId = READ_INST_16_0(); in InitBytecodeInfo() local 611 uint16_t stringId = READ_INST_16_1(); in InitBytecodeInfo() local 928 uint16_t stringId = READ_INST_16_1(); in InitBytecodeInfo() local 935 uint16_t stringId = READ_INST_16_2(); in InitBytecodeInfo() local 942 uint16_t stringId = READ_INST_16_1(); in InitBytecodeInfo() local 949 uint16_t stringId = READ_INST_16_2(); in InitBytecodeInfo() local 1038 uint16_t stringId = READ_INST_16_2(); in InitBytecodeInfo() local 1218 uint16_t stringId = READ_INST_16_1(); in InitBytecodeInfo() local 1225 uint16_t stringId = READ_INST_16_2(); in InitBytecodeInfo() local 1232 uint16_t stringId = READ_INST_16_1(); in InitBytecodeInfo() local [all …]
|
| D | slowpath_lowering.cpp | 884 GateRef stringId = acc_.GetValueIn(gate, 1); // 1: the second parameter in LowerTryLdGlobalByName() local 1531 GateRef stringId = acc_.GetValueIn(gate, 0); in LowerLdBigInt() local 1831 GateRef stringId = acc_.GetValueIn(gate, 0); in LowerCreateRegExpWithLiteral() local 1914 GateRef stringId = acc_.GetValueIn(gate, 0); in LowerStOwnByName() local 2006 GateRef stringId = acc_.GetValueIn(gate, 1); // 1: the second parameter in LowerTryStGlobalByName() local 2014 GateRef stringId = acc_.GetValueIn(gate, 0); in LowerStConstToGlobalRecord() local 2081 GateRef stringId = acc_.GetValueIn(gate, 0); in LowerStOwnByNameWithNameSet() local 2132 GateRef stringId = acc_.GetValueIn(gate, 1); // 1: the second parameter in LowerLdGlobalVar() local 2140 GateRef stringId = acc_.GetValueIn(gate, 1); // 1: the second parameter in LowerLdObjByName() local 2158 GateRef stringId = acc_.GetValueIn(gate, 1); // 1: the second parameter in LowerStObjByName() local [all …]
|
| D | interpreter_stub.cpp | 1248 GateRef stringId = ReadInst16_1(pc); in DECLARE_ASM_HANDLER() local 1444 GateRef stringId = ReadInst16_1(pc); in DECLARE_ASM_HANDLER() local 1454 GateRef stringId = ReadInst16_2(pc); in DECLARE_ASM_HANDLER() local 1832 GateRef stringId = ReadInst16_1(pc); in DECLARE_ASM_HANDLER() local 1870 GateRef stringId = ReadInst16_2(pc); in DECLARE_ASM_HANDLER() local 1908 GateRef stringId = ReadInst16_1(pc); in DECLARE_ASM_HANDLER() local 1950 GateRef stringId = ReadInst16_2(pc); in DECLARE_ASM_HANDLER() local 2029 GateRef stringId = ReadInst16_0(pc); in DECLARE_ASM_HANDLER() local 2637 GateRef stringId = ReadInst16_1(pc); in DECLARE_ASM_HANDLER() local 2647 GateRef stringId = ReadInst16_2(pc); in DECLARE_ASM_HANDLER() local [all …]
|
| D | access_object_stub_builder.cpp | 140 GateRef stringId = builder.GetStringId(info); in ResolvePropKey() local
|
| D | interpreter_stub-inl.h | 682 GateRef stringId; in GetStringId() local
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | interpreter-inl.h | 1035 uint16_t stringId = READ_INST_16_0(); in RunInternal() local 2270 uint16_t stringId = READ_INST_16_1(); in RunInternal() local 2306 uint16_t stringId = READ_INST_16_2(); in RunInternal() local 2363 uint16_t stringId = READ_INST_16_1(); in RunInternal() local 2377 uint16_t stringId = READ_INST_16_2(); in RunInternal() local 2608 uint16_t stringId = READ_INST_16_1(); in RunInternal() local 2649 uint16_t stringId = READ_INST_16_2(); in RunInternal() local 2690 uint16_t stringId = READ_INST_16_1(); in RunInternal() local 2778 uint16_t stringId = READ_INST_16_1(); in RunInternal() local 2815 uint16_t stringId = READ_INST_16_2(); in RunInternal() local [all …]
|
| D | interpreter_assembly.cpp | 318 uint16_t stringId = READ_INST_16_0(); in HandleLdaStrId16() local 1885 uint16_t stringId = READ_INST_16_1(); in HandleThrowUndefinedifholewithnamePrefId16() local 1899 uint16_t stringId = READ_INST_16_1(); in HandleStownbynameImm8Id16V8() local 1984 uint16_t stringId = READ_INST_16_1(); in HandleCreateregexpwithliteralImm8Id16Imm8() local 2310 uint16_t stringId = READ_INST_16_1(); in HandleTryldglobalbynameImm8Id16() local 2360 uint16_t stringId = READ_INST_16_1(); in HandleTrystglobalbynameImm8Id16() local 2459 uint16_t stringId = READ_INST_16_1(); in HandleStownbynamewithnamesetImm8Id16V8() local 2500 uint16_t stringId = READ_INST_16_2(); in HandleLdglobalvarImm16Id16() local 2564 uint16_t stringId = READ_INST_16_1(); in HandleStobjbynameImm8Id16V8() local 2581 uint16_t stringId = READ_INST_16_1(); in HandleStobjbynameImm8Id16V8() local [all …]
|
| /arkcompiler/ets_runtime/ecmascript/compiler/type_inference/ |
| D | initialization_analysis.cpp | 227 uint16_t stringId = acc_.GetConstantValue(constData); in CheckLdObjByName() local
|
| D | method_type_infer.cpp | 647 uint16_t stringId = 0; in SetStGlobalBcType() local 676 auto stringId = std::get<ConstDataId>(byteCodeInfo.inputs[1]).GetId(); in InferLdGlobalVar() local 1002 auto stringId = std::get<ConstDataId>(byteCodeInfo.inputs[1]).GetId(); in InferTryLdGlobalByName() local
|
| /arkcompiler/ets_frontend/es2panda/util/ |
| D | patchFix.cpp | 132 int64_t PatchFix::GetLiteralIdxFromStringId(const std::string &stringId) in GetLiteralIdxFromStringId()
|
| /arkcompiler/ets_runtime/ecmascript/ts_types/ |
| D | ts_manager.h | 576 inline std::string PUBLIC_API GetStdStringFromConstantPool(const uint16_t stringId) const in GetStdStringFromConstantPool()
|