Home
last modified time | relevance | path

Searched refs:MakeStackArgument (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dlocations_builder.cpp130 locations->SetLocation(i, Location::MakeStackArgument(stackArgs++)); in LOCATIONS_BUILDER()
199 auto param = Location::MakeStackArgument(i + CallConvDynInfo::FIXED_SLOT_COUNT); in LOCATIONS_BUILDER()
318 locations->SetLocation(i, Location::MakeStackArgument(i - 1)); in LOCATIONS_BUILDER()
334 locations->SetLocation(i, Location::MakeStackArgument(i - 1)); in LOCATIONS_BUILDER()
352 locations->SetLocation(i, Location::MakeStackArgument(i - 2U)); in LOCATIONS_BUILDER()
370 locations->SetLocation(i, Location::MakeStackArgument(i - 2U)); in LOCATIONS_BUILDER()
390 locations->SetLocation(i, Location::MakeStackArgument(i - 3U)); in LOCATIONS_BUILDER()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/
H A Dcallconv.cpp127 return Location::MakeStackArgument(currentStackOffset_++); in GetNextLocation()
132 return Location::MakeStackArgument(currentStackOffset_++); in GetNextLocation()
/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dlocations.h188 static Location MakeStackArgument(size_t id) in MakeStackArgument() function in panda::compiler::Location
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dlocations.h189 static Location MakeStackArgument(size_t id) in MakeStackArgument() function in ark::compiler::Location
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/
H A Dcallconv.cpp118 return Location::MakeStackArgument(currentStackOffset_++); in GetNextLocation()
123 return Location::MakeStackArgument(currentStackOffset_++); in GetNextLocation()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/
H A Dcallconv.cpp261 return Location::MakeStackArgument(std::get<uint8_t>(res)); in GetNextLocation()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H A Dcodegen.cpp1799 auto paramFuncObjLoc = Location::MakeStackArgument(CallConvDynInfo::SLOT_CALLEE); in EmitCallDynamic()

Completed in 9 milliseconds