Home
last modified time | relevance | path

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

/aosp12/art/compiler/jni/quick/
H A Djni_compiler.cc333 ArenaVector<ArgumentLocation> src_args(allocator.Adapter()); in ArtJniCompileMethodInternal() local
338 src_args.push_back(ArgumentLocation(mr_conv->MethodRegister(), pointer_size)); in ArtJniCompileMethodInternal()
345 src_args.push_back(mr_conv->IsCurrentParamInRegister() in ArtJniCompileMethodInternal()
353 __ MoveArguments(ArrayRef<ArgumentLocation>(dest_args), ArrayRef<ArgumentLocation>(src_args)); in ArtJniCompileMethodInternal()