Home
last modified time | relevance | path

Searched defs:regSrc (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/libabckit/src/irbuilder_dynamic/
Dinst_builder_dyn.cpp153 auto regSrc = static_cast<compiler::Register>(compiler::GetFrameSize() - numArgs + i); in SetParamSpillFill() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dinst_builder.cpp405 auto regSrc = static_cast<Register>(GetFrameSize() - numArgs + i); in SetParamSpillFill() local
/arkcompiler/runtime_core/static_core/verification/absint/
Dabs_int_inl.h1933 bool ProcessFieldLoadVolatile(int regDest, int regSrc, Type expectedFieldType, bool isStatic) in ProcessFieldLoadVolatile()
2542 bool ProcessFieldLoadByName(int regSrc, Type expectedFieldType) in ProcessFieldLoadByName()