Searched defs:vregs (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/runtime_core/compiler/tests/ |
| D | code_info_test.cpp | 71 …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/ |
| D | code_data_accessor-inl.h | 71 …uint8_t *CodeDataAccessor::GetInstructions(const File &pf, File::EntityId code_id, uint32_t *vregs) in GetInstructions()
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | graph.cpp | 480 const auto &vregs = catch_phi->GetThrowableInsts(); in RemoveThrowableInst() local 502 const auto &vregs = catch_phi->GetThrowableInsts(); in ReplaceThrowableInst() local
|
| D | ir_constructor.h | 741 IrConstructor &SrcVregs(std::vector<int> &&vregs) in SrcVregs()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | bytecode_circuit_builder.cpp | 458 std::set<size_t> vregs; in InsertExceptionPhi() local
|