Home
last modified time | relevance | path

Searched refs:GetFormat (Results 1 - 16 of 16) sorted by relevance

/arkcompiler/runtime_core/libpandafile/tests/
H A Dbytecode_imm_fetch_tests.cpp56 EXPECT_EQ(inst.GetFormat(), BytecodeInstruction::Format::IMM32); in TEST()
121 EXPECT_EQ(inst.GetFormat(), BytecodeInstruction::Format::IMM4_IMM4); in TEST()
136 EXPECT_EQ(inst.GetFormat(), BytecodeInstruction::Format::IMM8_ID16_IMM8); in TEST()
151 EXPECT_EQ(inst.GetFormat(), BytecodeInstruction::Format::IMM8_ID16_ID16_IMM16_V8); in TEST()
/arkcompiler/runtime_core/static_core/dprof/converter/
H A Dmain.cpp94 if (hcountersFunctor.ShowInfo(options.GetFormat())) { in Main()
/arkcompiler/runtime_core/libpandafile/
H A Dbytecode_instruction.h375 Format GetFormat() const;
401 static constexpr Format GetFormat(Opcode opcode);
407 return Size(GetFormat(opcode));
H A Dbytecode_instruction-inl.h87 return Size(GetFormat()); in GetSize()
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dbytecode_instruction-inl.h86 return Size(GetFormat<EnumT>()); in GetSize()
H A Dbytecode_instruction.h383 Format GetFormat() const;
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
H A Dbytecodeopt_peepholes.cpp111 BytecodeInstruction(graph->GetRuntime()->GetMethodCode(graph->GetMethod()) + inst->GetPc()).GetFormat()); in VisitNewObject()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dbytecode_info_collector.cpp224 ASSERT(inst.HasVReg(inst.GetFormat(), i)); in IsVRegUsed()
288 BytecodeInstruction::HasId(BytecodeInstruction::GetFormat(bcIns.GetOpcode()), 0))) { in CollectMethodInfoFromBC()
H A Dprofiler_stub_builder.h62 SlotIDFormat GetFormat() const in GetFormat() function in panda::ecmascript::kungfu::SlotIDInfo
H A Dprofiler_stub_builder.cpp794 auto format = slotInfo.GetFormat(); in GetSlotID()
H A Dbytecodes.cpp545 BytecodeInstruction::Format format = inst.GetFormat(); in GetVRegCount()
/arkcompiler/runtime_core/verifier/
H A Dverifier.cpp307 BytecodeInstruction::Format format = bc_ins.GetFormat(); in GetVRegCount()
405 const auto format = bc_ins.GetFormat(); in GetFirstImmFromInstruction()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Disa.h467 const std::string &GetFormat() const in GetFormat() function
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dpanda_file_translator.cpp383 auto oldLen = OldBytecodeInst::Size(OldBytecodeInst::GetFormat(opcode)); in FixOpcode()
1497 switch (OldBytecodeInst::GetFormat(inst.GetOpcode())) { in FixInstructionId32()
1581 OldBytecodeInst::HasId(OldBytecodeInst::GetFormat(bcIns.GetOpcode()), 0)) { in TranslateBytecode()
/arkcompiler/ets_runtime/ecmascript/jspandafile/bytecode_inst/
H A Dold_instruction.h57 return Size(GetFormat(GetOpcode())); in GetSize()
62 Format format = GetFormat(GetOpcode()); in GetId()
450 static constexpr Format GetFormat(Opcode opcode) in GetFormat() function in panda::ecmascript::OldBytecodeInst
/arkcompiler/runtime_core/static_core/disassembler/
H A Ddisassembler.cpp125 BytecodeInstruction::Format format = bcIns.GetFormat(); in GetInsInfo()

Completed in 21 milliseconds