Lines Matching refs:InterproceduralScratchRegister

116                            mr_conv->InterproceduralScratchRegister());  in ArtJniCompileMethodInternal()
121 mr_conv->InterproceduralScratchRegister()); in ArtJniCompileMethodInternal()
124 mr_conv->InterproceduralScratchRegister()); in ArtJniCompileMethodInternal()
128 mr_conv->InterproceduralScratchRegister()); in ArtJniCompileMethodInternal()
131 mr_conv->InterproceduralScratchRegister()); in ArtJniCompileMethodInternal()
143 __ LoadRef(main_jni_conv->InterproceduralScratchRegister(), in ArtJniCompileMethodInternal()
145 __ VerifyObject(main_jni_conv->InterproceduralScratchRegister(), false); in ArtJniCompileMethodInternal()
146 __ StoreRef(handle_scope_offset, main_jni_conv->InterproceduralScratchRegister()); in ArtJniCompileMethodInternal()
174 mr_conv->InterproceduralScratchRegister()); in ArtJniCompileMethodInternal()
206 mr_conv->InterproceduralScratchRegister(), in ArtJniCompileMethodInternal()
219 main_jni_conv->InterproceduralScratchRegister()); in ArtJniCompileMethodInternal()
222 main_jni_conv->InterproceduralScratchRegister()); in ArtJniCompileMethodInternal()
226 main_jni_conv->InterproceduralScratchRegister()); in ArtJniCompileMethodInternal()
228 __ CallFromThread64(read_barrier64, main_jni_conv->InterproceduralScratchRegister()); in ArtJniCompileMethodInternal()
230 __ CallFromThread32(read_barrier32, main_jni_conv->InterproceduralScratchRegister()); in ArtJniCompileMethodInternal()
254 mr_conv->InterproceduralScratchRegister(), false); in ArtJniCompileMethodInternal()
266 main_jni_conv->InterproceduralScratchRegister()); in ArtJniCompileMethodInternal()
269 main_jni_conv->InterproceduralScratchRegister()); in ArtJniCompileMethodInternal()
273 main_jni_conv->InterproceduralScratchRegister()); in ArtJniCompileMethodInternal()
275 __ CallFromThread64(jni_start64, main_jni_conv->InterproceduralScratchRegister()); in ArtJniCompileMethodInternal()
277 __ CallFromThread32(jni_start32, main_jni_conv->InterproceduralScratchRegister()); in ArtJniCompileMethodInternal()
281 __ ExceptionPoll(main_jni_conv->InterproceduralScratchRegister(), main_out_arg_size); in ArtJniCompileMethodInternal()
325 mr_conv->InterproceduralScratchRegister(), in ArtJniCompileMethodInternal()
339 DCHECK(!jni_env.Equals(main_jni_conv->InterproceduralScratchRegister())); in ArtJniCompileMethodInternal()
349 main_jni_conv->InterproceduralScratchRegister()); in ArtJniCompileMethodInternal()
352 main_jni_conv->InterproceduralScratchRegister()); in ArtJniCompileMethodInternal()
360 mr_conv->InterproceduralScratchRegister()); in ArtJniCompileMethodInternal()
420 __ Copy(out_off, saved_cookie_offset, end_jni_conv->InterproceduralScratchRegister(), 4); in ArtJniCompileMethodInternal()
431 end_jni_conv->InterproceduralScratchRegister(), in ArtJniCompileMethodInternal()
444 end_jni_conv->InterproceduralScratchRegister()); in ArtJniCompileMethodInternal()
447 end_jni_conv->InterproceduralScratchRegister()); in ArtJniCompileMethodInternal()
451 end_jni_conv->InterproceduralScratchRegister()); in ArtJniCompileMethodInternal()
453 … __ CallFromThread64(ThreadOffset<8>(jni_end64), end_jni_conv->InterproceduralScratchRegister()); in ArtJniCompileMethodInternal()
455 … __ CallFromThread32(ThreadOffset<4>(jni_end32), end_jni_conv->InterproceduralScratchRegister()); in ArtJniCompileMethodInternal()
468 __ ExceptionPoll(main_jni_conv->InterproceduralScratchRegister(), 0); in ArtJniCompileMethodInternal()
541 … __ CreateHandleScopeEntry(out_off, handle_scope_offset, mr_conv->InterproceduralScratchRegister(), in CopyParameter()
547 __ Copy(out_off, in_off, mr_conv->InterproceduralScratchRegister(), param_size); in CopyParameter()
569 … __ CreateHandleScopeEntry(out_off, handle_scope_offset, mr_conv->InterproceduralScratchRegister(), in CopyParameter()
581 __ StoreSpanning(out_off, in_reg, in_off, mr_conv->InterproceduralScratchRegister()); in CopyParameter()