Searched refs:MakeStackArgument (Results 1 – 7 of 7) sorted by relevance
130 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()
127 return Location::MakeStackArgument(currentStackOffset_++); in GetNextLocation()132 return Location::MakeStackArgument(currentStackOffset_++); in GetNextLocation()
188 static Location MakeStackArgument(size_t id) in MakeStackArgument() function
189 static Location MakeStackArgument(size_t id) in MakeStackArgument() function
121 return Location::MakeStackArgument(currentStackOffset_++); in GetNextLocation()126 return Location::MakeStackArgument(currentStackOffset_++); in GetNextLocation()
261 return Location::MakeStackArgument(std::get<uint8_t>(res)); in GetNextLocation()
1802 auto paramFuncObjLoc = Location::MakeStackArgument(CallConvDynInfo::SLOT_CALLEE); in EmitCallDynamic()