| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | bytecodes.cpp | 610 uint16_t stringId = READ_INST_16_0(); in InitBytecodeInfo() local 750 uint16_t stringId = READ_INST_16_1(); in InitBytecodeInfo() local 1128 uint16_t stringId = READ_INST_16_1(); in InitBytecodeInfo() local 1135 uint16_t stringId = READ_INST_16_2(); in InitBytecodeInfo() local 1142 uint16_t stringId = READ_INST_16_1(); in InitBytecodeInfo() local 1149 uint16_t stringId = READ_INST_16_2(); in InitBytecodeInfo() local 1268 uint16_t stringId = READ_INST_16_2(); in InitBytecodeInfo() local 1450 uint16_t stringId = READ_INST_16_1(); in InitBytecodeInfo() local 1457 uint16_t stringId = READ_INST_16_2(); in InitBytecodeInfo() local 1464 uint16_t stringId = READ_INST_16_1(); in InitBytecodeInfo() local [all …]
|
| D | slowpath_lowering.cpp | 991 GateRef stringId = acc_.GetValueIn(gate, 1); // 1: the second parameter in LowerTryLdGlobalByName() local 1673 GateRef stringId = builder_.TruncInt64ToInt32(acc_.GetValueIn(gate, 0)); in LowerLdBigInt() local 2161 GateRef stringId = builder_.TruncInt64ToInt32(acc_.GetValueIn(gate, 0)); in LowerCreateRegExpWithLiteral() local 2206 GateRef stringId = builder_.TruncInt64ToInt32(acc_.GetValueIn(gate, 0)); in LowerStOwnByName() local 2292 GateRef stringId = acc_.GetValueIn(gate, 1); // 1: the second parameter in LowerTryStGlobalByName() local 2301 GateRef stringId = builder_.TruncInt64ToInt32(acc_.GetValueIn(gate, 0)); in LowerStConstToGlobalRecord() local 2338 GateRef stringId = builder_.TruncInt64ToInt32(acc_.GetValueIn(gate, 0)); in LowerStOwnByNameWithNameSet() local 2358 GateRef stringId = acc_.GetValueIn(gate, 1); // 1: the second parameter in LowerLdGlobalVar() local 2366 GateRef stringId = acc_.GetValueIn(gate, 1); // 1: the second parameter in LowerLdObjByName() local 2384 GateRef stringId = acc_.GetValueIn(gate, 1); // 1: the second parameter in LowerStObjByName() local [all …]
|
| D | interpreter_stub.cpp | 1690 GateRef stringId = ReadInst16_1(pc); in DECLARE_ASM_HANDLER() local 1886 GateRef stringId = ReadInst16_1(pc); in DECLARE_ASM_HANDLER() local 1896 GateRef stringId = ReadInst16_2(pc); in DECLARE_ASM_HANDLER() local 2274 GateRef stringId = ReadInst16_1(pc); in DECLARE_ASM_HANDLER() local 2312 GateRef stringId = ReadInst16_2(pc); in DECLARE_ASM_HANDLER() local 2350 GateRef stringId = ReadInst16_1(pc); in DECLARE_ASM_HANDLER() local 2392 GateRef stringId = ReadInst16_2(pc); in DECLARE_ASM_HANDLER() local 2471 GateRef stringId = ReadInst16_0(pc); in DECLARE_ASM_HANDLER() local 3211 GateRef stringId = ReadInst16_1(pc); in DECLARE_ASM_HANDLER() local 3221 GateRef stringId = ReadInst16_2(pc); in DECLARE_ASM_HANDLER() local [all …]
|
| D | ntype_bytecode_lowering.cpp | 359 GateRef stringId = acc_.GetValueIn(gate, 0); in LowerNTypedStOwnByName() local
|
| D | access_object_stub_builder.cpp | 225 GateRef stringId = builder.GetStringId(info); in ResolvePropKey() local
|
| D | interpreter_stub-inl.h | 809 GateRef stringId; in GetStringId() local
|
| D | gate_accessor.cpp | 1962 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 | 1086 uint16_t stringId = READ_INST_16_0(); in RunInternal() local 2331 uint16_t stringId = READ_INST_16_1(); in RunInternal() local 2368 uint16_t stringId = READ_INST_16_2(); in RunInternal() local 2426 uint16_t stringId = READ_INST_16_1(); in RunInternal() local 2440 uint16_t stringId = READ_INST_16_2(); in RunInternal() local 2672 uint16_t stringId = READ_INST_16_1(); in RunInternal() local 2713 uint16_t stringId = READ_INST_16_2(); in RunInternal() local 2754 uint16_t stringId = READ_INST_16_1(); in RunInternal() local 2843 uint16_t stringId = READ_INST_16_1(); in RunInternal() local 2881 uint16_t stringId = READ_INST_16_2(); in RunInternal() local [all …]
|
| D | interpreter_assembly.cpp | 343 uint16_t stringId = READ_INST_16_0(); in HandleLdaStrId16() local 1910 uint16_t stringId = READ_INST_16_1(); in HandleThrowUndefinedifholewithnamePrefId16() local 1924 uint16_t stringId = READ_INST_16_1(); in HandleStownbynameImm8Id16V8() local 2010 uint16_t stringId = READ_INST_16_1(); in HandleCreateregexpwithliteralImm8Id16Imm8() local 2337 uint16_t stringId = READ_INST_16_1(); in HandleTryldglobalbynameImm8Id16() local 2387 uint16_t stringId = READ_INST_16_1(); in HandleTrystglobalbynameImm8Id16() local 2487 uint16_t stringId = READ_INST_16_1(); in HandleStownbynamewithnamesetImm8Id16V8() local 2529 uint16_t stringId = READ_INST_16_2(); in HandleLdglobalvarImm16Id16() local 2593 uint16_t stringId = READ_INST_16_1(); in HandleStobjbynameImm8Id16V8() local 2610 uint16_t stringId = READ_INST_16_1(); in HandleStobjbynameImm8Id16V8() local [all …]
|
| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| D | baseline_compiler.cpp | 459 uint16_t stringId = READ_INST_16_0(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 510 uint16_t stringId = READ_INST_16_2(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 531 uint16_t stringId = READ_INST_16_2(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 552 uint16_t stringId = READ_INST_16_1(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 573 uint16_t stringId = READ_INST_16_1(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 593 uint16_t stringId = READ_INST_16_2(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 614 uint16_t stringId = READ_INST_16_2(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 634 uint16_t stringId = READ_INST_16_1(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 655 uint16_t stringId = READ_INST_16_1(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 677 uint16_t stringId = READ_INST_16_2(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local [all …]
|
| D | baseline_stubs.cpp | 297 GateRef stringId = Int32Argument(PARAM_INDEX(BaselineTryLdGLobalByNameImm8ID16, STRING_ID)); in GenerateCircuit() local 344 GateRef stringId = Int32Argument(PARAM_INDEX(BaselineStToGlobalRecordImm16ID16, STRING_ID)); in GenerateCircuit() local 360 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 1833 GateRef stringId = Int32Argument(PARAM_INDEX(BaselineLdthisbynameImm8Id16, STRING_ID)); in GenerateCircuit() local 1878 GateRef stringId = Int32Argument(PARAM_INDEX(BaselineLdthisbynameImm16Id16, STRING_ID)); in GenerateCircuit() local 1896 GateRef stringId = Int32Argument(PARAM_INDEX(BaselineStthisbynameImm8Id16, STRING_ID)); in GenerateCircuit() local 1915 GateRef stringId = Int32Argument(PARAM_INDEX(BaselineStthisbynameImm16Id16, STRING_ID)); in GenerateCircuit() local 2775 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 | 153 int64_t PatchFix::GetLiteralIdxFromStringId(const std::string &stringId) in GetLiteralIdxFromStringId()
|
| /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
|