Home
last modified time | relevance | path

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

/art/compiler/jni/quick/
Djni_compiler.cc146 FrameOffset handle_scope_offset = main_jni_conv->CurrentParamHandleScopeEntryOffset(); in ArtJniCompileMethodInternal() local
148 CHECK_LT(handle_scope_offset.Uint32Value(), frame_size); in ArtJniCompileMethodInternal()
154 __ StoreRef(handle_scope_offset, main_jni_conv->InterproceduralScratchRegister()); in ArtJniCompileMethodInternal()
165 FrameOffset handle_scope_offset = main_jni_conv->CurrentParamHandleScopeEntryOffset(); in ArtJniCompileMethodInternal() local
167 CHECK_LT(handle_scope_offset.Uint32Value(), frame_size); in ArtJniCompileMethodInternal()
168 CHECK_NE(handle_scope_offset.Uint32Value(), in ArtJniCompileMethodInternal()
177 __ StoreRef(handle_scope_offset, in_reg); in ArtJniCompileMethodInternal()
181 __ CopyRef(handle_scope_offset, in_off, in ArtJniCompileMethodInternal()
329 FrameOffset handle_scope_offset = main_jni_conv->CurrentParamHandleScopeEntryOffset(); in ArtJniCompileMethodInternal() local
332 __ CreateHandleScopeEntry(out_off, handle_scope_offset, in ArtJniCompileMethodInternal()
[all …]
/art/compiler/utils/arm/
Dassembler_arm.cc735 FrameOffset handle_scope_offset, in CreateHandleScopeEntry() argument
747 SP, handle_scope_offset.Int32Value()); in CreateHandleScopeEntry()
757 AddConstant(out_reg.AsCoreRegister(), SP, handle_scope_offset.Int32Value(), NE); in CreateHandleScopeEntry()
759 AddConstant(out_reg.AsCoreRegister(), SP, handle_scope_offset.Int32Value(), AL); in CreateHandleScopeEntry()
764 FrameOffset handle_scope_offset, in CreateHandleScopeEntry() argument
771 handle_scope_offset.Int32Value()); in CreateHandleScopeEntry()
777 AddConstant(scratch.AsCoreRegister(), SP, handle_scope_offset.Int32Value(), NE); in CreateHandleScopeEntry()
779 AddConstant(scratch.AsCoreRegister(), SP, handle_scope_offset.Int32Value(), AL); in CreateHandleScopeEntry()
/art/compiler/utils/arm64/
Dassembler_arm64.cc576 void Arm64Assembler::CreateHandleScopeEntry(FrameOffset out_off, FrameOffset handle_scope_offset, in CreateHandleScopeEntry() argument
582 handle_scope_offset.Int32Value()); in CreateHandleScopeEntry()
588 AddConstant(scratch.AsXRegister(), SP, handle_scope_offset.Int32Value(), ne); in CreateHandleScopeEntry()
590 AddConstant(scratch.AsXRegister(), SP, handle_scope_offset.Int32Value(), al); in CreateHandleScopeEntry()
/art/compiler/utils/x86/
Dassembler_x86.cc2287 FrameOffset handle_scope_offset, in CreateHandleScopeEntry() argument
2301 leal(out_reg.AsCpuRegister(), Address(ESP, handle_scope_offset)); in CreateHandleScopeEntry()
2304 leal(out_reg.AsCpuRegister(), Address(ESP, handle_scope_offset)); in CreateHandleScopeEntry()
2309 FrameOffset handle_scope_offset, in CreateHandleScopeEntry() argument
2316 movl(scratch.AsCpuRegister(), Address(ESP, handle_scope_offset)); in CreateHandleScopeEntry()
2319 leal(scratch.AsCpuRegister(), Address(ESP, handle_scope_offset)); in CreateHandleScopeEntry()
2322 leal(scratch.AsCpuRegister(), Address(ESP, handle_scope_offset)); in CreateHandleScopeEntry()
/art/compiler/utils/mips64/
Dassembler_mips64.cc2329 FrameOffset handle_scope_offset, in CreateHandleScopeEntry() argument
2343 SP, handle_scope_offset.Int32Value()); in CreateHandleScopeEntry()
2350 Daddiu64(out_reg.AsGpuRegister(), SP, handle_scope_offset.Int32Value()); in CreateHandleScopeEntry()
2353 Daddiu64(out_reg.AsGpuRegister(), SP, handle_scope_offset.Int32Value()); in CreateHandleScopeEntry()
2358 FrameOffset handle_scope_offset, in CreateHandleScopeEntry() argument
2366 handle_scope_offset.Int32Value()); in CreateHandleScopeEntry()
2371 Daddiu64(scratch.AsGpuRegister(), SP, handle_scope_offset.Int32Value()); in CreateHandleScopeEntry()
2374 Daddiu64(scratch.AsGpuRegister(), SP, handle_scope_offset.Int32Value()); in CreateHandleScopeEntry()
/art/compiler/utils/x86_64/
Dassembler_x86_64.cc3039 FrameOffset handle_scope_offset, in CreateHandleScopeEntry() argument
3047 movl(in_reg.AsCpuRegister(), Address(CpuRegister(RSP), handle_scope_offset)); in CreateHandleScopeEntry()
3059 leaq(out_reg.AsCpuRegister(), Address(CpuRegister(RSP), handle_scope_offset)); in CreateHandleScopeEntry()
3062 leaq(out_reg.AsCpuRegister(), Address(CpuRegister(RSP), handle_scope_offset)); in CreateHandleScopeEntry()
3067 FrameOffset handle_scope_offset, in CreateHandleScopeEntry() argument
3074 movl(scratch.AsCpuRegister(), Address(CpuRegister(RSP), handle_scope_offset)); in CreateHandleScopeEntry()
3077 leaq(scratch.AsCpuRegister(), Address(CpuRegister(RSP), handle_scope_offset)); in CreateHandleScopeEntry()
3080 leaq(scratch.AsCpuRegister(), Address(CpuRegister(RSP), handle_scope_offset)); in CreateHandleScopeEntry()
/art/compiler/utils/mips/
Dassembler_mips.cc2778 FrameOffset handle_scope_offset, in CreateHandleScopeEntry() argument
2792 SP, handle_scope_offset.Int32Value()); in CreateHandleScopeEntry()
2799 Addiu32(out_reg.AsCoreRegister(), SP, handle_scope_offset.Int32Value()); in CreateHandleScopeEntry()
2802 Addiu32(out_reg.AsCoreRegister(), SP, handle_scope_offset.Int32Value()); in CreateHandleScopeEntry()
2807 FrameOffset handle_scope_offset, in CreateHandleScopeEntry() argument
2814 LoadFromOffset(kLoadWord, scratch.AsCoreRegister(), SP, handle_scope_offset.Int32Value()); in CreateHandleScopeEntry()
2819 Addiu32(scratch.AsCoreRegister(), SP, handle_scope_offset.Int32Value()); in CreateHandleScopeEntry()
2822 Addiu32(scratch.AsCoreRegister(), SP, handle_scope_offset.Int32Value()); in CreateHandleScopeEntry()