Home
last modified time | relevance | path

Searched defs:SLOT (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/code_info/
H A Dvreg_info.h25 enum class Location : int8_t { NONE, SLOT, REGISTER, FP_REGISTER, CONSTANT, COUNT = CONSTANT }; member in ark::compiler::final::Location
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H A Dcodegen.cpp983 VRegInfo::Location::SLOT, IrTypeToMetainfoType(inst->GetType()), in CreateVreg() member in ark::compiler::VRegInfo::Location
992 codeBuilder_->AddVReg(VRegInfo(GetFrameLayout().GetFirstSpillSlot() + slot, VRegInfo::Location::SLOT, in CreateVreg() member in ark::compiler::VRegInfo::Location

Completed in 6 milliseconds