Lines Matching refs:x86_codegen

79     CodeGeneratorX86* x86_codegen = down_cast<CodeGeneratorX86*>(codegen);  in EmitNativeCode()  local
85 x86_codegen->InvokeRuntime(kQuickThrowNullPointer, in EmitNativeCode()
105 CodeGeneratorX86* x86_codegen = down_cast<CodeGeneratorX86*>(codegen); in EmitNativeCode() local
107 x86_codegen->InvokeRuntime(kQuickThrowDivZero, instruction_, instruction_->GetDexPc(), this); in EmitNativeCode()
148 CodeGeneratorX86* x86_codegen = down_cast<CodeGeneratorX86*>(codegen); in EmitNativeCode() local
178 x86_codegen->EmitParallelMoves( in EmitNativeCode()
188 x86_codegen->InvokeRuntime(entrypoint, instruction_, instruction_->GetDexPc(), this); in EmitNativeCode()
208 CodeGeneratorX86* x86_codegen = down_cast<CodeGeneratorX86*>(codegen); in EmitNativeCode() local
211 x86_codegen->InvokeRuntime(kQuickTestSuspend, instruction_, instruction_->GetDexPc(), this); in EmitNativeCode()
217 __ jmp(x86_codegen->GetLabelOf(successor_)); in EmitNativeCode()
247 CodeGeneratorX86* x86_codegen = down_cast<CodeGeneratorX86*>(codegen); in EmitNativeCode() local
254 x86_codegen->InvokeRuntime(kQuickResolveString, instruction_, instruction_->GetDexPc(), this); in EmitNativeCode()
256 x86_codegen->Move32(locations->Out(), Location::RegisterLocation(EAX)); in EmitNativeCode()
283 CodeGeneratorX86* x86_codegen = down_cast<CodeGeneratorX86*>(codegen); in EmitNativeCode() local
289 DCHECK(IsSameDexFile(cls_->GetDexFile(), x86_codegen->GetGraph()->GetDexFile())); in EmitNativeCode()
292 x86_codegen->InvokeRuntime(kQuickResolveType, instruction_, dex_pc, this); in EmitNativeCode()
298 x86_codegen->Move32(Location::RegisterLocation(calling_convention.GetRegisterAt(0)), source); in EmitNativeCode()
301 x86_codegen->InvokeRuntime(kQuickInitializeStaticStorage, instruction_, dex_pc, this); in EmitNativeCode()
308 x86_codegen->Move32(out, Location::RegisterLocation(EAX)); in EmitNativeCode()
333 CodeGeneratorX86* x86_codegen = down_cast<CodeGeneratorX86*>(codegen); in EmitNativeCode() local
350 x86_codegen->EmitParallelMoves(locations->InAt(0), in EmitNativeCode()
357 x86_codegen->InvokeRuntime(kQuickInstanceofNonTrivial, in EmitNativeCode()
364 x86_codegen->InvokeRuntime(kQuickCheckInstanceOf, in EmitNativeCode()
373 x86_codegen->Move32(locations->Out(), Location::RegisterLocation(EAX)); in EmitNativeCode()
396 CodeGeneratorX86* x86_codegen = down_cast<CodeGeneratorX86*>(codegen); in EmitNativeCode() local
401 x86_codegen->Load32BitValue( in EmitNativeCode()
404 x86_codegen->InvokeRuntime(kQuickDeoptimize, instruction_, instruction_->GetDexPc(), this); in EmitNativeCode()
442 CodeGeneratorX86* x86_codegen = down_cast<CodeGeneratorX86*>(codegen); in EmitNativeCode() local
443 x86_codegen->InvokeRuntime(kQuickAputObject, instruction_, instruction_->GetDexPc(), this); in EmitNativeCode()
505 CodeGeneratorX86* x86_codegen = down_cast<CodeGeneratorX86*>(codegen); in EmitNativeCode() local
524 x86_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this); in EmitNativeCode()
590 CodeGeneratorX86* x86_codegen = down_cast<CodeGeneratorX86*>(codegen); in EmitNativeCode() local
609 x86_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this); in EmitNativeCode()
731 CodeGeneratorX86* x86_codegen = down_cast<CodeGeneratorX86*>(codegen); in EmitNativeCode() local
840 x86_codegen->InvokeRuntime(kQuickReadBarrierSlow, instruction_, instruction_->GetDexPc(), this); in EmitNativeCode()
843 x86_codegen->Move32(out_, Location::RegisterLocation(EAX)); in EmitNativeCode()
902 CodeGeneratorX86* x86_codegen = down_cast<CodeGeneratorX86*>(codegen); in EmitNativeCode() local
903 x86_codegen->Move32(Location::RegisterLocation(calling_convention.GetRegisterAt(0)), root_); in EmitNativeCode()
904 x86_codegen->InvokeRuntime(kQuickReadBarrierForRootSlow, in EmitNativeCode()
909 x86_codegen->Move32(out_, Location::RegisterLocation(EAX)); in EmitNativeCode()