Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecodes.cpp561 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 …]
Dslowpath_lowering.cpp942 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 …]
Dinterpreter_stub.cpp1463 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 …]
Dntype_bytecode_lowering.cpp290 GateRef stringId = acc_.GetValueIn(gate, 0); in LowerNTypedStOwnByName() local
Daccess_object_stub_builder.cpp135 GateRef stringId = builder.GetStringId(info); in ResolvePropKey() local
Dinterpreter_stub-inl.h712 GateRef stringId; in GetStringId() local
Dgate_accessor.cpp1855 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.h1071 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 …]
Dinterpreter_assembly.cpp351 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/
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/ets_runtime/ecmascript/compiler/type_inference/
Dinitialization_analysis.cpp229 uint16_t stringId = acc_.GetConstantValue(constData); in CheckLdObjByName() local
Dmethod_type_infer.cpp688 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/
DpatchFix.cpp132 int64_t PatchFix::GetLiteralIdxFromStringId(const std::string &stringId) in GetLiteralIdxFromStringId()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.h508 …d::string PUBLIC_API GetStdStringFromConstantPool(uint32_t methodId, const uint16_t stringId) const in GetStdStringFromConstantPool()
/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