| /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 | 887 uint16_t stringId = READ_INST_16_0(); in InitBytecodeInfo() local 1027 uint16_t stringId = READ_INST_16_1(); in InitBytecodeInfo() local 1405 uint16_t stringId = READ_INST_16_1(); in InitBytecodeInfo() local 1412 uint16_t stringId = READ_INST_16_2(); in InitBytecodeInfo() local 1419 uint16_t stringId = READ_INST_16_1(); in InitBytecodeInfo() local 1426 uint16_t stringId = READ_INST_16_2(); in InitBytecodeInfo() local 1559 uint16_t stringId = READ_INST_16_2(); in InitBytecodeInfo() local 1741 uint16_t stringId = READ_INST_16_1(); in InitBytecodeInfo() local 1748 uint16_t stringId = READ_INST_16_2(); in InitBytecodeInfo() local 1755 uint16_t stringId = READ_INST_16_1(); in InitBytecodeInfo() local [all …]
|
| D | slowpath_lowering.cpp | 1074 GateRef stringId = acc_.GetValueIn(gate, 1); // 1: the second parameter in LowerTryLdGlobalByName() local 1279 GateRef SlowPathLowering::GetStringFromConstPool(GateRef gate, GateRef stringId, uint32_t stringIdI… in GetStringFromConstPool() 1329 GateRef stringId = builder_.ZExtInt16ToInt32(acc_.GetValueIn(gate, 0)); in LowerThrowUndefinedIfHoleWithName() local 1825 GateRef stringId = builder_.TruncInt64ToInt32(acc_.GetValueIn(gate, 0)); in LowerLdBigInt() local 2513 GateRef stringId = builder_.TruncInt64ToInt32(acc_.GetValueIn(gate, 0)); in LowerCreateRegExpWithLiteral() local 2555 GateRef stringId = builder_.TruncInt64ToInt32(acc_.GetValueIn(gate, 0)); in LowerStOwnByName() local 2639 GateRef stringId = acc_.GetValueIn(gate, 1); // 1: the second parameter in LowerTryStGlobalByName() local 2646 GateRef stringId = builder_.TruncInt64ToInt32(acc_.GetValueIn(gate, 0)); in LowerStConstToGlobalRecord() local 2679 GateRef stringId = builder_.TruncInt64ToInt32(acc_.GetValueIn(gate, 0)); in LowerStOwnByNameWithNameSet() local 2697 GateRef stringId = acc_.GetValueIn(gate, 1); // 1: the second parameter in LowerLdGlobalVar() local [all …]
|
| D | interpreter_stub.cpp | 1787 GateRef stringId = ReadInst16_1(pc); in DECLARE_ASM_HANDLER() local 2003 GateRef stringId = ReadInst16_1(pc); in DECLARE_ASM_HANDLER() local 2014 GateRef stringId = ReadInst16_2(pc); in DECLARE_ASM_HANDLER() local 2379 GateRef stringId = ReadInst16_1(pc); in DECLARE_ASM_HANDLER() local 2420 GateRef stringId = ReadInst16_2(pc); in DECLARE_ASM_HANDLER() local 2461 GateRef stringId = ReadInst16_1(pc); in DECLARE_ASM_HANDLER() local 2508 GateRef stringId = ReadInst16_2(pc); in DECLARE_ASM_HANDLER() local 2592 GateRef stringId = ReadInst16_0(pc); in DECLARE_ASM_HANDLER() local 3346 GateRef stringId = ReadInst16_1(pc); in DECLARE_ASM_HANDLER() local 3357 GateRef stringId = ReadInst16_2(pc); in DECLARE_ASM_HANDLER() local [all …]
|
| D | ntype_bytecode_lowering.cpp | 396 GateRef stringId = acc_.GetValueIn(gate, 0); in LowerNTypedStOwnByName() local
|
| D | access_object_stub_builder.cpp | 333 GateRef stringId = builder.GetStringId(info); in ResolvePropKey() local
|
| D | interpreter_stub-inl.h | 815 GateRef stringId; in GetStringId() local
|
| D | gate_accessor.cpp | 2030 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 | 1102 uint16_t stringId = READ_INST_16_0(); in RunInternal() local 2348 uint16_t stringId = READ_INST_16_1(); in RunInternal() local 2385 uint16_t stringId = READ_INST_16_2(); in RunInternal() local 2443 uint16_t stringId = READ_INST_16_1(); in RunInternal() local 2458 uint16_t stringId = READ_INST_16_2(); in RunInternal() local 2691 uint16_t stringId = READ_INST_16_1(); in RunInternal() local 2733 uint16_t stringId = READ_INST_16_2(); in RunInternal() local 2775 uint16_t stringId = READ_INST_16_1(); in RunInternal() local 2865 uint16_t stringId = READ_INST_16_1(); in RunInternal() local 2903 uint16_t stringId = READ_INST_16_2(); in RunInternal() local [all …]
|
| D | interpreter_assembly.cpp | 383 uint16_t stringId = READ_INST_16_0(); in HandleLdaStrId16() local 1950 uint16_t stringId = READ_INST_16_1(); in HandleThrowUndefinedifholewithnamePrefId16() local 1964 uint16_t stringId = READ_INST_16_1(); in HandleStownbynameImm8Id16V8() local 2050 uint16_t stringId = READ_INST_16_1(); in HandleCreateregexpwithliteralImm8Id16Imm8() local 2378 uint16_t stringId = READ_INST_16_1(); in HandleTryldglobalbynameImm8Id16() local 2428 uint16_t stringId = READ_INST_16_1(); in HandleTrystglobalbynameImm8Id16() local 2529 uint16_t stringId = READ_INST_16_1(); in HandleStownbynamewithnamesetImm8Id16V8() local 2572 uint16_t stringId = READ_INST_16_2(); in HandleLdglobalvarImm16Id16() local 2636 uint16_t stringId = READ_INST_16_1(); in HandleStobjbynameImm8Id16V8() local 2653 uint16_t stringId = READ_INST_16_1(); in HandleStobjbynameImm8Id16V8() local [all …]
|
| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| D | baseline_compiler.cpp | 461 uint16_t stringId = READ_INST_16_0(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 512 uint16_t stringId = READ_INST_16_2(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 533 uint16_t stringId = READ_INST_16_2(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 554 uint16_t stringId = READ_INST_16_1(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 575 uint16_t stringId = READ_INST_16_1(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 595 uint16_t stringId = READ_INST_16_2(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 616 uint16_t stringId = READ_INST_16_2(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 636 uint16_t stringId = READ_INST_16_1(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 657 uint16_t stringId = READ_INST_16_1(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 679 uint16_t stringId = READ_INST_16_2(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local [all …]
|
| D | baseline_stubs.cpp | 296 GateRef stringId = Int32Argument(PARAM_INDEX(BaselineTryLdGLobalByNameImm8ID16, STRING_ID)); in GenerateCircuit() local 343 GateRef stringId = Int32Argument(PARAM_INDEX(BaselineStToGlobalRecordImm16ID16, STRING_ID)); in GenerateCircuit() local 359 GateRef stringId = Int32Argument(PARAM_INDEX(BaselineLdaStrID16, STRING_ID)); in GenerateCircuit() local 909 …GateRef stringId = Int32Argument(PARAM_INDEX(BaselineCreateregexpwithliteralImm8Id16Imm8, STRING_I… in GenerateCircuit() local 927 …GateRef stringId = Int32Argument(PARAM_INDEX(BaselineCreateregexpwithliteralImm16Id16Imm8, STRING_… in GenerateCircuit() local 1858 GateRef stringId = Int32Argument(PARAM_INDEX(BaselineLdthisbynameImm8Id16, STRING_ID)); in GenerateCircuit() local 1903 GateRef stringId = Int32Argument(PARAM_INDEX(BaselineLdthisbynameImm16Id16, STRING_ID)); in GenerateCircuit() local 1921 GateRef stringId = Int32Argument(PARAM_INDEX(BaselineStthisbynameImm8Id16, STRING_ID)); in GenerateCircuit() local 1940 GateRef stringId = Int32Argument(PARAM_INDEX(BaselineStthisbynameImm16Id16, STRING_ID)); in GenerateCircuit() local 2769 GateRef stringId = Int32Argument(PARAM_INDEX(BaselineTryldglobalbynameImm16Id16, STRING_ID)); in GenerateCircuit() local [all …]
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | panda_vm.cpp | 76 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_frontend/es2panda/util/ |
| D | patchFix.cpp | 144 int64_t PatchFix::GetLiteralIdxFromStringId(const std::string &stringId) in GetLiteralIdxFromStringId()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
| D | interop_context.cpp | 187 panda_file::File::EntityId stringId(arr.Get<uint32_t>(j)); in LoadDynamicCallClass() local
|
| /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 | 290 auto stringId = this->GetInst().template GetId<FORMAT>(); in HandleLdaStr() local
|