| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | bytecodes.cpp | 561 uint16_t stringId = READ_INST_16_0(); in InitBytecodeInfo() local 701 uint16_t stringId = READ_INST_16_1(); in InitBytecodeInfo() local 1018 uint16_t stringId = READ_INST_16_1(); in InitBytecodeInfo() local 1025 uint16_t stringId = READ_INST_16_2(); in InitBytecodeInfo() local 1032 uint16_t stringId = READ_INST_16_1(); in InitBytecodeInfo() local 1039 uint16_t stringId = READ_INST_16_2(); in InitBytecodeInfo() local 1128 uint16_t stringId = READ_INST_16_2(); in InitBytecodeInfo() local 1310 uint16_t stringId = READ_INST_16_1(); in InitBytecodeInfo() local 1317 uint16_t stringId = READ_INST_16_2(); in InitBytecodeInfo() local 1324 uint16_t stringId = READ_INST_16_1(); in InitBytecodeInfo() local [all …]
|
| D | slowpath_lowering.cpp | 942 GateRef stringId = acc_.GetValueIn(gate, 1); // 1: the second parameter in LowerTryLdGlobalByName() local 1613 GateRef stringId = builder_.TruncInt64ToInt32(acc_.GetValueIn(gate, 0)); in LowerLdBigInt() local 1920 GateRef stringId = builder_.TruncInt64ToInt32(acc_.GetValueIn(gate, 0)); in LowerCreateRegExpWithLiteral() local 1962 GateRef stringId = builder_.TruncInt64ToInt32(acc_.GetValueIn(gate, 0)); in LowerStOwnByName() local 2034 GateRef stringId = acc_.GetValueIn(gate, 1); // 1: the second parameter in LowerTryStGlobalByName() local 2042 GateRef stringId = builder_.TruncInt64ToInt32(acc_.GetValueIn(gate, 0)); in LowerStConstToGlobalRecord() local 2076 GateRef stringId = builder_.TruncInt64ToInt32(acc_.GetValueIn(gate, 0)); in LowerStOwnByNameWithNameSet() local 2094 GateRef stringId = acc_.GetValueIn(gate, 1); // 1: the second parameter in LowerLdGlobalVar() local 2102 GateRef stringId = acc_.GetValueIn(gate, 1); // 1: the second parameter in LowerLdObjByName() local 2120 GateRef stringId = acc_.GetValueIn(gate, 1); // 1: the second parameter in LowerStObjByName() local [all …]
|
| D | interpreter_stub.cpp | 1463 GateRef stringId = ReadInst16_1(pc); in DECLARE_ASM_HANDLER() local 1659 GateRef stringId = ReadInst16_1(pc); in DECLARE_ASM_HANDLER() local 1669 GateRef stringId = ReadInst16_2(pc); in DECLARE_ASM_HANDLER() local 2007 GateRef stringId = ReadInst16_1(pc); in DECLARE_ASM_HANDLER() local 2045 GateRef stringId = ReadInst16_2(pc); in DECLARE_ASM_HANDLER() local 2083 GateRef stringId = ReadInst16_1(pc); in DECLARE_ASM_HANDLER() local 2125 GateRef stringId = ReadInst16_2(pc); in DECLARE_ASM_HANDLER() local 2204 GateRef stringId = ReadInst16_0(pc); in DECLARE_ASM_HANDLER() local 2839 GateRef stringId = ReadInst16_1(pc); in DECLARE_ASM_HANDLER() local 2849 GateRef stringId = ReadInst16_2(pc); in DECLARE_ASM_HANDLER() local [all …]
|
| D | ntype_bytecode_lowering.cpp | 290 GateRef stringId = acc_.GetValueIn(gate, 0); in LowerNTypedStOwnByName() local
|
| D | access_object_stub_builder.cpp | 135 GateRef stringId = builder.GetStringId(info); in ResolvePropKey() local
|
| D | interpreter_stub-inl.h | 712 GateRef stringId; in GetStringId() local
|
| D | gate_accessor.cpp | 1855 GateRef stringId = GetValueIn(gate, 0); in GetStringIdFromLdaStrGate() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | aot_data.cpp | 90 intptr_t AotData::GetStringSlotOffset(uint64_t pc, uint32_t stringId) in GetStringSlotOffset() 109 int32_t AotData::GetStringSlotId(uint32_t stringId) in GetStringSlotId()
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | interpreter-inl.h | 1071 uint16_t stringId = READ_INST_16_0(); in RunInternal() local 2315 uint16_t stringId = READ_INST_16_1(); in RunInternal() local 2352 uint16_t stringId = READ_INST_16_2(); in RunInternal() local 2410 uint16_t stringId = READ_INST_16_1(); in RunInternal() local 2424 uint16_t stringId = READ_INST_16_2(); in RunInternal() local 2656 uint16_t stringId = READ_INST_16_1(); in RunInternal() local 2697 uint16_t stringId = READ_INST_16_2(); in RunInternal() local 2738 uint16_t stringId = READ_INST_16_1(); in RunInternal() local 2827 uint16_t stringId = READ_INST_16_1(); in RunInternal() local 2865 uint16_t stringId = READ_INST_16_2(); in RunInternal() local [all …]
|
| D | interpreter_assembly.cpp | 351 uint16_t stringId = READ_INST_16_0(); in HandleLdaStrId16() local 1918 uint16_t stringId = READ_INST_16_1(); in HandleThrowUndefinedifholewithnamePrefId16() local 1932 uint16_t stringId = READ_INST_16_1(); in HandleStownbynameImm8Id16V8() local 2018 uint16_t stringId = READ_INST_16_1(); in HandleCreateregexpwithliteralImm8Id16Imm8() local 2345 uint16_t stringId = READ_INST_16_1(); in HandleTryldglobalbynameImm8Id16() local 2395 uint16_t stringId = READ_INST_16_1(); in HandleTrystglobalbynameImm8Id16() local 2495 uint16_t stringId = READ_INST_16_1(); in HandleStownbynamewithnamesetImm8Id16V8() local 2537 uint16_t stringId = READ_INST_16_2(); in HandleLdglobalvarImm16Id16() local 2601 uint16_t stringId = READ_INST_16_1(); in HandleStobjbynameImm8Id16V8() local 2618 uint16_t stringId = READ_INST_16_1(); in HandleStobjbynameImm8Id16V8() local [all …]
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | panda_vm.cpp | 78 void PandaVM::HandleLdaStr(Frame *frame, BytecodeId stringId) in HandleLdaStr()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | slow_path.h | 184 void SetStringId(uint32_t stringId) in SetStringId()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/type_inference/ |
| D | initialization_analysis.cpp | 229 uint16_t stringId = acc_.GetConstantValue(constData); in CheckLdObjByName() local
|
| D | method_type_infer.cpp | 688 uint16_t stringId = 0; in SetStGlobalBcType() local 720 auto stringId = std::get<ConstDataId>(byteCodeInfo.inputs[1]).GetId(); in InferLdGlobalVar() local 1055 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 | 508 …d::string PUBLIC_API GetStdStringFromConstantPool(uint32_t methodId, const uint16_t stringId) const in GetStdStringFromConstantPool()
|
| /arkcompiler/runtime_core/static_core/assembler/tests/ |
| D | emitter_test.cpp | 663 panda_file::File::EntityId stringId(result.value()); in TEST() local
|
| /arkcompiler/runtime_core/static_core/runtime/interpreter/ |
| D | interpreter-inl.h | 291 auto stringId = this->GetInst().template GetId<FORMAT>(); in HandleLdaStr() local
|