Home
last modified time | relevance | path

Searched refs:arg1_reg (Results 1 – 1 of 1) sorted by relevance

/art/compiler/dex/quick/
Dgen_invoke.cc231 RegStorage arg1_reg; in CallRuntimeHelperRegLocationRegLocation() local
233 arg1_reg = TargetReg((arg1.fp) ? kFArg1 : kArg1, arg1); in CallRuntimeHelperRegLocationRegLocation()
235 arg1_reg = TargetReg((arg1.fp) ? kFArg0 : kArg0, arg1); in CallRuntimeHelperRegLocationRegLocation()
245 LoadValueDirectFixed(arg1, arg1_reg); in CallRuntimeHelperRegLocationRegLocation()
247 LoadValueDirectWideFixed(arg1, arg1_reg); in CallRuntimeHelperRegLocationRegLocation()