/arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
H A D | baseline_call_signature.h | 60 GLUE, SP, STRING_ID, SLOT_ID) 62 GLUE, SP, ACC, STRING_ID) 64 GLUE, SP, STRING_ID) 120 GLUE, SP, STRING_ID, FLAGS) 122 GLUE, SP, STRING_ID, FLAGS) 228 GLUE, SP, STRING_ID, SLOT_ID) 232 GLUE, SP, STRING_ID, SLOT_ID) 234 GLUE, SP, STRING_ID, SLOT_ID) 236 GLUE, SP, STRING_ID, SLOT_ID) 320 GLUE, SP, SLOTID, STRING_ID) [all...] |
H A D | baseline_stubs.cpp | 297 GateRef stringId = Int32Argument(PARAM_INDEX(BaselineTryLdGLobalByNameImm8ID16, STRING_ID)); in GenerateCircuit() 344 GateRef stringId = Int32Argument(PARAM_INDEX(BaselineStToGlobalRecordImm16ID16, STRING_ID)); in GenerateCircuit() 360 GateRef stringId = Int32Argument(PARAM_INDEX(BaselineLdaStrID16, STRING_ID)); in GenerateCircuit() 906 GateRef stringId = Int32Argument(PARAM_INDEX(BaselineCreateregexpwithliteralImm8Id16Imm8, STRING_ID)); in GenerateCircuit() 924 GateRef stringId = Int32Argument(PARAM_INDEX(BaselineCreateregexpwithliteralImm16Id16Imm8, STRING_ID)); in GenerateCircuit() 1846 GateRef stringId = Int32Argument(PARAM_INDEX(BaselineLdthisbynameImm8Id16, STRING_ID)); in GenerateCircuit() 1891 GateRef stringId = Int32Argument(PARAM_INDEX(BaselineLdthisbynameImm16Id16, STRING_ID)); in GenerateCircuit() 1909 GateRef stringId = Int32Argument(PARAM_INDEX(BaselineStthisbynameImm8Id16, STRING_ID)); in GenerateCircuit() 1928 GateRef stringId = Int32Argument(PARAM_INDEX(BaselineStthisbynameImm16Id16, STRING_ID)); in GenerateCircuit() 2749 GateRef stringId = Int32Argument(PARAM_INDEX(BaselineTryldglobalbynameImm16Id16, STRING_ID)); in GenerateCircuit() [all...] |
/arkcompiler/runtime_core/abc2program/common/ |
H A D | abc_code_converter.cpp | 31 } else if (bc_ins.IsIdMatchFlag(idx, BytecodeInstruction::Flags::STRING_ID)) { in IDToString()
|
/arkcompiler/runtime_core/static_core/abc2program/common/ |
H A D | abc_code_converter.cpp | 42 } else if (bcIns.HasFlag(BytecodeInstruction::Flags::STRING_ID)) { in IDToString()
|
/arkcompiler/ets_runtime/ecmascript/jspandafile/bytecode_inst/ |
H A D | old_instruction.h | 1319 return ((Flags::STRING_ID | Flags::LANGUAGE_TYPE | Flags::MAYBE_DYNAMIC | Flags::ACC_WRITE) & flag) == in HasFlag() 1992 return ((Flags::ACC_READ | Flags::ACC_WRITE | Flags::STRING_ID | Flags::ACC_WRITE) & flag) == flag; in HasFlag() 1994 return ((Flags::ACC_READ | Flags::ACC_WRITE | Flags::STRING_ID | Flags::ACC_READ) & flag) == flag; in HasFlag() 1996 return ((Flags::ACC_READ | Flags::ACC_WRITE | Flags::STRING_ID | Flags::ACC_WRITE) & flag) == flag; in HasFlag() 1998 return ((Flags::ACC_READ | Flags::ACC_WRITE | Flags::STRING_ID | Flags::ACC_READ) & flag) == flag; in HasFlag() 2000 return ((Flags::ACC_READ | Flags::ACC_WRITE | Flags::STRING_ID | Flags::ACC_WRITE) & flag) == flag; in HasFlag() 2002 return ((Flags::ACC_READ | Flags::ACC_WRITE | Flags::STRING_ID | Flags::ACC_READ) & flag) == flag; in HasFlag() 2004 return ((Flags::ACC_READ | Flags::ACC_WRITE | Flags::STRING_ID | Flags::ACC_WRITE) & flag) == flag; in HasFlag() 2006 return ((Flags::ACC_READ | Flags::ACC_WRITE | Flags::STRING_ID | Flags::ACC_READ) & flag) == flag; in HasFlag() 2008 return ((Flags::ACC_READ | Flags::ACC_WRITE | Flags::STRING_ID | Flag in HasFlag() [all...] |
H A D | old_instruction_enum.h | 463 STRING_ID = 0x4,
|
/arkcompiler/runtime_core/assembler/ |
H A D | assembly-ins.h | 55 STRING_ID = (1U << 11U), enumerator 134 HasFlag(InstFlags::TYPE_ID) || HasFlag(InstFlags::STRING_ID); in CanThrow()
|
H A D | assembly-emitter.cpp | 568 if (insn.HasFlag(InstFlags::STRING_ID)) { in AddBytecodeIndexDependencies()
|
/arkcompiler/runtime_core/static_core/assembler/ |
H A D | assembly-ins.h | 57 STRING_ID = (1U << 11U), enumerator 148 HasFlag(InstFlags::TYPE_ID) || HasFlag(InstFlags::STRING_ID); in CanThrow()
|
/arkcompiler/ets_frontend/ets2panda/ir/ |
H A D | irnode.h | 48 STRING_ID, member in ark::es2panda::ark::es2panda::compiler::OperandKind
|
/arkcompiler/ets_frontend/es2panda/ir/ |
H A D | irnode.h | 49 STRING_ID, member in panda::es2panda::panda::panda::es2panda::compiler::OperandKind
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | interpreter_stub.h | 41 STRING_ID,
member in panda::ecmascript::kungfu::StringIdInfo::StringIdType 54 length(Length::INVALID), stringId(inputStringId), stringIdType(StringIdType::STRING_ID) {}
in StringIdInfo()
|
H A D | bytecode_info_collector.cpp | 287 if (!(bcIns.HasFlag(BytecodeInstruction::Flags::STRING_ID) && in CollectMethodInfoFromBC()
|
H A D | interpreter_stub-inl.h | 807 if (info.GetStringIdType() == StringIdInfo::StringIdType::STRING_ID) { in GetStringId()
|
/arkcompiler/runtime_core/static_core/abc2program/ |
H A D | abc_code_processor.cpp | 131 if (bcIns.HasFlag(BytecodeInstruction::Flags::STRING_ID)) { in FillProgramData()
|
/arkcompiler/runtime_core/static_core/static_linker/ |
H A D | linker_code_parser_context.cpp | 229 } else if (inst.HasFlag(Flags::STRING_ID)) { in MakeChangeWithId()
|
/arkcompiler/runtime_core/verifier/ |
H A D | verifier.cpp | 254 if (bc_ins.HasFlag(BytecodeInstruction::Flags::STRING_ID)) { in CollectIdInInstructions()
|
/arkcompiler/runtime_core/libpandafile/ |
H A D | file_reader.cpp | 1312 } else if (inst.HasFlag(Flags::STRING_ID)) { in AddIndexDependencyInstFlag() 1389 } else if (inst.HasFlag(Flags::STRING_ID)) { in UpdateIdInstFlag()
|
/arkcompiler/runtime_core/static_core/libpandafile/ |
H A D | file_reader.cpp | 1120 } else if (inst.HasFlag(Flags::STRING_ID)) { in InstCheckByFlags() 1206 } else if (inst.HasFlag(Flags::STRING_ID)) { in InstUpdateId()
|
/arkcompiler/ets_runtime/ecmascript/jspandafile/ |
H A D | panda_file_translator.cpp | 1580 if (bcIns.HasFlag(OldBytecodeInst::Flags::STRING_ID) && in TranslateBytecode()
|
/arkcompiler/runtime_core/static_core/disassembler/ |
H A D | disassembler.cpp | 1699 } else if (bcIns.HasFlag(BytecodeInstruction::Flags::STRING_ID)) { in IDToString()
|
/arkcompiler/runtime_core/disassembler/ |
H A D | disassembler.cpp | 2137 } else if (bc_ins.IsIdMatchFlag(idx, BytecodeInstruction::Flags::STRING_ID)) { in IDToString()
|