| /arkcompiler/runtime_core/static_core/abc2program/ |
| D | abc_string_table.cpp | 33 void AbcStringTable::AddStringId(uint32_t stringId) in AddStringId() 50 for (uint32_t stringId : stingIdSet_) { in GetStringSet() local 58 for (uint32_t stringId : stingIdSet_) { in Dump() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | bytecodes.cpp | 880 uint16_t stringId = READ_INST_16_0(); in InitBytecodeInfo() local 1020 uint16_t stringId = READ_INST_16_1(); in InitBytecodeInfo() local 1398 uint16_t stringId = READ_INST_16_1(); in InitBytecodeInfo() local 1405 uint16_t stringId = READ_INST_16_2(); in InitBytecodeInfo() local 1412 uint16_t stringId = READ_INST_16_1(); in InitBytecodeInfo() local 1419 uint16_t stringId = READ_INST_16_2(); in InitBytecodeInfo() local 1548 uint16_t stringId = READ_INST_16_2(); in InitBytecodeInfo() local 1730 uint16_t stringId = READ_INST_16_1(); in InitBytecodeInfo() local 1737 uint16_t stringId = READ_INST_16_2(); in InitBytecodeInfo() local 1744 uint16_t stringId = READ_INST_16_1(); in InitBytecodeInfo() local [all …]
|
| D | slowpath_lowering.cpp | 995 GateRef stringId = acc_.GetValueIn(gate, 1); // 1: the second parameter in LowerTryLdGlobalByName() local 1670 GateRef stringId = builder_.TruncInt64ToInt32(acc_.GetValueIn(gate, 0)); in LowerLdBigInt() local 2221 GateRef stringId = builder_.TruncInt64ToInt32(acc_.GetValueIn(gate, 0)); in LowerCreateRegExpWithLiteral() local 2266 GateRef stringId = builder_.TruncInt64ToInt32(acc_.GetValueIn(gate, 0)); in LowerStOwnByName() local 2352 GateRef stringId = acc_.GetValueIn(gate, 1); // 1: the second parameter in LowerTryStGlobalByName() local 2361 GateRef stringId = builder_.TruncInt64ToInt32(acc_.GetValueIn(gate, 0)); in LowerStConstToGlobalRecord() local 2398 GateRef stringId = builder_.TruncInt64ToInt32(acc_.GetValueIn(gate, 0)); in LowerStOwnByNameWithNameSet() local 2418 GateRef stringId = acc_.GetValueIn(gate, 1); // 1: the second parameter in LowerLdGlobalVar() local 2433 GateRef stringId = acc_.GetValueIn(gate, 1); // 1: the second parameter in LowerLdObjByName() local 2459 GateRef stringId = acc_.GetValueIn(gate, 1); // 1: the second parameter in LowerStObjByName() local [all …]
|
| D | interpreter_stub.cpp | 1684 GateRef stringId = ReadInst16_1(pc); in DECLARE_ASM_HANDLER() local 1880 GateRef stringId = ReadInst16_1(pc); in DECLARE_ASM_HANDLER() local 1890 GateRef stringId = ReadInst16_2(pc); in DECLARE_ASM_HANDLER() local 2228 GateRef stringId = ReadInst16_1(pc); in DECLARE_ASM_HANDLER() local 2266 GateRef stringId = ReadInst16_2(pc); in DECLARE_ASM_HANDLER() local 2304 GateRef stringId = ReadInst16_1(pc); in DECLARE_ASM_HANDLER() local 2346 GateRef stringId = ReadInst16_2(pc); in DECLARE_ASM_HANDLER() local 2425 GateRef stringId = ReadInst16_0(pc); in DECLARE_ASM_HANDLER() local 3165 GateRef stringId = ReadInst16_1(pc); in DECLARE_ASM_HANDLER() local 3175 GateRef stringId = ReadInst16_2(pc); in DECLARE_ASM_HANDLER() local [all …]
|
| D | ntype_bytecode_lowering.cpp | 360 GateRef stringId = acc_.GetValueIn(gate, 0); in LowerNTypedStOwnByName() local
|
| D | access_object_stub_builder.cpp | 286 GateRef stringId = builder.GetStringId(info); in ResolvePropKey() local
|
| D | interpreter_stub-inl.h | 810 GateRef stringId; in GetStringId() local
|
| D | gate_accessor.cpp | 2008 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.cpp | 1090 uint16_t stringId = READ_INST_16_0(); in RunInternal() local 2336 uint16_t stringId = READ_INST_16_1(); in RunInternal() local 2373 uint16_t stringId = READ_INST_16_2(); in RunInternal() local 2431 uint16_t stringId = READ_INST_16_1(); in RunInternal() local 2445 uint16_t stringId = READ_INST_16_2(); in RunInternal() local 2677 uint16_t stringId = READ_INST_16_1(); in RunInternal() local 2718 uint16_t stringId = READ_INST_16_2(); in RunInternal() local 2759 uint16_t stringId = READ_INST_16_1(); in RunInternal() local 2848 uint16_t stringId = READ_INST_16_1(); in RunInternal() local 2886 uint16_t stringId = READ_INST_16_2(); in RunInternal() local [all …]
|
| D | interpreter_assembly.cpp | 347 uint16_t stringId = READ_INST_16_0(); in HandleLdaStrId16() local 1914 uint16_t stringId = READ_INST_16_1(); in HandleThrowUndefinedifholewithnamePrefId16() local 1928 uint16_t stringId = READ_INST_16_1(); in HandleStownbynameImm8Id16V8() local 2014 uint16_t stringId = READ_INST_16_1(); in HandleCreateregexpwithliteralImm8Id16Imm8() local 2341 uint16_t stringId = READ_INST_16_1(); in HandleTryldglobalbynameImm8Id16() local 2391 uint16_t stringId = READ_INST_16_1(); in HandleTrystglobalbynameImm8Id16() local 2491 uint16_t stringId = READ_INST_16_1(); in HandleStownbynamewithnamesetImm8Id16V8() local 2533 uint16_t stringId = READ_INST_16_2(); in HandleLdglobalvarImm16Id16() local 2597 uint16_t stringId = READ_INST_16_1(); in HandleStobjbynameImm8Id16V8() local 2614 uint16_t stringId = READ_INST_16_1(); in HandleStobjbynameImm8Id16V8() local [all …]
|
| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| D | baseline_compiler.cpp | 469 uint16_t stringId = READ_INST_16_0(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 520 uint16_t stringId = READ_INST_16_2(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 541 uint16_t stringId = READ_INST_16_2(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 562 uint16_t stringId = READ_INST_16_1(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 583 uint16_t stringId = READ_INST_16_1(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 603 uint16_t stringId = READ_INST_16_2(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 624 uint16_t stringId = READ_INST_16_2(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 644 uint16_t stringId = READ_INST_16_1(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 665 uint16_t stringId = READ_INST_16_1(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 687 uint16_t stringId = READ_INST_16_2(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local [all …]
|
| D | baseline_stubs.cpp | 295 GateRef stringId = Int32Argument(PARAM_INDEX(BaselineTryLdGLobalByNameImm8ID16, STRING_ID)); in GenerateCircuit() local 342 GateRef stringId = Int32Argument(PARAM_INDEX(BaselineStToGlobalRecordImm16ID16, STRING_ID)); in GenerateCircuit() local 358 GateRef stringId = Int32Argument(PARAM_INDEX(BaselineLdaStrID16, STRING_ID)); in GenerateCircuit() local 906 …GateRef stringId = Int32Argument(PARAM_INDEX(BaselineCreateregexpwithliteralImm8Id16Imm8, STRING_I… in GenerateCircuit() local 924 …GateRef stringId = Int32Argument(PARAM_INDEX(BaselineCreateregexpwithliteralImm16Id16Imm8, STRING_… in GenerateCircuit() local 1856 GateRef stringId = Int32Argument(PARAM_INDEX(BaselineLdthisbynameImm8Id16, STRING_ID)); in GenerateCircuit() local 1901 GateRef stringId = Int32Argument(PARAM_INDEX(BaselineLdthisbynameImm16Id16, STRING_ID)); in GenerateCircuit() local 1919 GateRef stringId = Int32Argument(PARAM_INDEX(BaselineStthisbynameImm8Id16, STRING_ID)); in GenerateCircuit() local 1938 GateRef stringId = Int32Argument(PARAM_INDEX(BaselineStthisbynameImm16Id16, STRING_ID)); in GenerateCircuit() local 2766 GateRef stringId = Int32Argument(PARAM_INDEX(BaselineTryldglobalbynameImm16Id16, STRING_ID)); in GenerateCircuit() 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/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
| D | interop_context.cpp | 83 panda_file::File::EntityId stringId(arr.Get<uint32_t>(j)); in LoadDynamicCallClass() local
|
| /arkcompiler/ets_frontend/es2panda/util/ |
| D | patchFix.cpp | 144 int64_t PatchFix::GetLiteralIdxFromStringId(const std::string &stringId) in GetLiteralIdxFromStringId()
|
| /arkcompiler/runtime_core/static_core/assembler/tests/ |
| D | emitter_test.cpp | 666 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
|