Home
last modified time | relevance | path

Searched refs:STRING_ID (Results 1 - 22 of 22) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_call_signature.h60 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 Dbaseline_stubs.cpp297 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 Dabc_code_converter.cpp31 } else if (bc_ins.IsIdMatchFlag(idx, BytecodeInstruction::Flags::STRING_ID)) { in IDToString()
/arkcompiler/runtime_core/static_core/abc2program/common/
H A Dabc_code_converter.cpp42 } else if (bcIns.HasFlag(BytecodeInstruction::Flags::STRING_ID)) { in IDToString()
/arkcompiler/ets_runtime/ecmascript/jspandafile/bytecode_inst/
H A Dold_instruction.h1319 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 Dold_instruction_enum.h463 STRING_ID = 0x4,
/arkcompiler/runtime_core/assembler/
H A Dassembly-ins.h55 STRING_ID = (1U << 11U), enumerator
134 HasFlag(InstFlags::TYPE_ID) || HasFlag(InstFlags::STRING_ID); in CanThrow()
H A Dassembly-emitter.cpp568 if (insn.HasFlag(InstFlags::STRING_ID)) { in AddBytecodeIndexDependencies()
/arkcompiler/runtime_core/static_core/assembler/
H A Dassembly-ins.h57 STRING_ID = (1U << 11U), enumerator
148 HasFlag(InstFlags::TYPE_ID) || HasFlag(InstFlags::STRING_ID); in CanThrow()
/arkcompiler/ets_frontend/ets2panda/ir/
H A Dirnode.h48 STRING_ID, member in ark::es2panda::ark::es2panda::compiler::OperandKind
/arkcompiler/ets_frontend/es2panda/ir/
H A Dirnode.h49 STRING_ID, member in panda::es2panda::panda::panda::es2panda::compiler::OperandKind
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dinterpreter_stub.h41 STRING_ID, member in panda::ecmascript::kungfu::StringIdInfo::StringIdType
54 length(Length::INVALID), stringId(inputStringId), stringIdType(StringIdType::STRING_ID) {} in StringIdInfo()
H A Dbytecode_info_collector.cpp287 if (!(bcIns.HasFlag(BytecodeInstruction::Flags::STRING_ID) && in CollectMethodInfoFromBC()
H A Dinterpreter_stub-inl.h807 if (info.GetStringIdType() == StringIdInfo::StringIdType::STRING_ID) { in GetStringId()
/arkcompiler/runtime_core/static_core/abc2program/
H A Dabc_code_processor.cpp131 if (bcIns.HasFlag(BytecodeInstruction::Flags::STRING_ID)) { in FillProgramData()
/arkcompiler/runtime_core/static_core/static_linker/
H A Dlinker_code_parser_context.cpp229 } else if (inst.HasFlag(Flags::STRING_ID)) { in MakeChangeWithId()
/arkcompiler/runtime_core/verifier/
H A Dverifier.cpp254 if (bc_ins.HasFlag(BytecodeInstruction::Flags::STRING_ID)) { in CollectIdInInstructions()
/arkcompiler/runtime_core/libpandafile/
H A Dfile_reader.cpp1312 } 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 Dfile_reader.cpp1120 } 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 Dpanda_file_translator.cpp1580 if (bcIns.HasFlag(OldBytecodeInst::Flags::STRING_ID) && in TranslateBytecode()
/arkcompiler/runtime_core/static_core/disassembler/
H A Ddisassembler.cpp1699 } else if (bcIns.HasFlag(BytecodeInstruction::Flags::STRING_ID)) { in IDToString()
/arkcompiler/runtime_core/disassembler/
H A Ddisassembler.cpp2137 } else if (bc_ins.IsIdMatchFlag(idx, BytecodeInstruction::Flags::STRING_ID)) { in IDToString()

Completed in 44 milliseconds