Home
last modified time | relevance | path

Searched defs:vregs (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/
Dcode_info_test.cpp71 …Regs(CodeInfo &code_info, StackMap stack_map, int inline_info_index, std::array<VRegInfo, N> vregs) in CompareVRegs()
95 std::array vregs = {VRegInfo(1, VRegInfo::Location::FP_REGISTER, VRegInfo::Type::INT64, false), in TEST_F() local
166 std::array vregs = { in TEST_F() local
/arkcompiler/runtime_core/libpandafile/
Dcode_data_accessor-inl.h71 …uint8_t *CodeDataAccessor::GetInstructions(const File &pf, File::EntityId code_id, uint32_t *vregs) in GetInstructions()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph.cpp480 const auto &vregs = catch_phi->GetThrowableInsts(); in RemoveThrowableInst() local
502 const auto &vregs = catch_phi->GetThrowableInsts(); in ReplaceThrowableInst() local
Dir_constructor.h741 IrConstructor &SrcVregs(std::vector<int> &&vregs) in SrcVregs()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_circuit_builder.cpp458 std::set<size_t> vregs; in InsertExceptionPhi() local