Home
last modified time | relevance | path

Searched defs:stringId (Results 1 – 18 of 18) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecodes.cpp610 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 …]
Dslowpath_lowering.cpp991 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 …]
Dinterpreter_stub.cpp1690 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 …]
Dntype_bytecode_lowering.cpp359 GateRef stringId = acc_.GetValueIn(gate, 0); in LowerNTypedStOwnByName() local
Daccess_object_stub_builder.cpp225 GateRef stringId = builder.GetStringId(info); in ResolvePropKey() local
Dinterpreter_stub-inl.h809 GateRef stringId; in GetStringId() local
Dgate_accessor.cpp1962 GateRef stringId = GetValueIn(gate, 0); in GetStringIdFromLdaStrGate() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Daot_data.cpp90 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/
Dinterpreter-inl.cpp1086 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 …]
Dinterpreter_assembly.cpp343 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/
Dbaseline_compiler.cpp459 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 …]
Dbaseline_stubs.cpp297 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/
Dpanda_vm.cpp78 void PandaVM::HandleLdaStr(Frame *frame, BytecodeId stringId) in HandleLdaStr()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dslow_path.h184 void SetStringId(uint32_t stringId) in SetStringId()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dinterop_context.cpp83 panda_file::File::EntityId stringId(arr.Get<uint32_t>(j)); in LoadDynamicCallClass() local
/arkcompiler/ets_frontend/es2panda/util/
DpatchFix.cpp153 int64_t PatchFix::GetLiteralIdxFromStringId(const std::string &stringId) in GetLiteralIdxFromStringId()
/arkcompiler/runtime_core/static_core/assembler/tests/
Demitter_test.cpp663 panda_file::File::EntityId stringId(result.value()); in TEST() local
/arkcompiler/runtime_core/static_core/runtime/interpreter/
Dinterpreter-inl.h291 auto stringId = this->GetInst().template GetId<FORMAT>(); in HandleLdaStr() local