Lines Matching refs:x86_codegen

81     CodeGeneratorX86* x86_codegen = down_cast<CodeGeneratorX86*>(codegen);  in EmitNativeCode()  local
87 x86_codegen->InvokeRuntime(kQuickThrowNullPointer, in EmitNativeCode()
107 CodeGeneratorX86* x86_codegen = down_cast<CodeGeneratorX86*>(codegen); in EmitNativeCode() local
109 x86_codegen->InvokeRuntime(kQuickThrowDivZero, instruction_, instruction_->GetDexPc(), this); in EmitNativeCode()
150 CodeGeneratorX86* x86_codegen = down_cast<CodeGeneratorX86*>(codegen); in EmitNativeCode() local
180 x86_codegen->EmitParallelMoves( in EmitNativeCode()
190 x86_codegen->InvokeRuntime(entrypoint, instruction_, instruction_->GetDexPc(), this); in EmitNativeCode()
210 CodeGeneratorX86* x86_codegen = down_cast<CodeGeneratorX86*>(codegen); in EmitNativeCode() local
213 x86_codegen->InvokeRuntime(kQuickTestSuspend, instruction_, instruction_->GetDexPc(), this); in EmitNativeCode()
219 __ jmp(x86_codegen->GetLabelOf(successor_)); in EmitNativeCode()
249 CodeGeneratorX86* x86_codegen = down_cast<CodeGeneratorX86*>(codegen); in EmitNativeCode() local
256 x86_codegen->InvokeRuntime(kQuickResolveString, instruction_, instruction_->GetDexPc(), this); in EmitNativeCode()
258 x86_codegen->Move32(locations->Out(), Location::RegisterLocation(EAX)); in EmitNativeCode()
285 CodeGeneratorX86* x86_codegen = down_cast<CodeGeneratorX86*>(codegen); in EmitNativeCode() local
291 DCHECK(IsSameDexFile(cls_->GetDexFile(), x86_codegen->GetGraph()->GetDexFile())); in EmitNativeCode()
296 x86_codegen->InvokeRuntime(kQuickResolveTypeAndVerifyAccess, instruction_, dex_pc, this); in EmitNativeCode()
299 x86_codegen->InvokeRuntime(kQuickResolveType, instruction_, dex_pc, this); in EmitNativeCode()
305 x86_codegen->Move32(Location::RegisterLocation(calling_convention.GetRegisterAt(0)), source); in EmitNativeCode()
308 x86_codegen->InvokeRuntime(kQuickInitializeStaticStorage, instruction_, dex_pc, this); in EmitNativeCode()
315 x86_codegen->Move32(out, Location::RegisterLocation(EAX)); in EmitNativeCode()
340 CodeGeneratorX86* x86_codegen = down_cast<CodeGeneratorX86*>(codegen); in EmitNativeCode() local
357 x86_codegen->EmitParallelMoves(locations->InAt(0), in EmitNativeCode()
364 x86_codegen->InvokeRuntime(kQuickInstanceofNonTrivial, in EmitNativeCode()
371 x86_codegen->InvokeRuntime(kQuickCheckInstanceOf, in EmitNativeCode()
380 x86_codegen->Move32(locations->Out(), Location::RegisterLocation(EAX)); in EmitNativeCode()
403 CodeGeneratorX86* x86_codegen = down_cast<CodeGeneratorX86*>(codegen); in EmitNativeCode() local
408 x86_codegen->Load32BitValue( in EmitNativeCode()
411 x86_codegen->InvokeRuntime(kQuickDeoptimize, instruction_, instruction_->GetDexPc(), this); in EmitNativeCode()
449 CodeGeneratorX86* x86_codegen = down_cast<CodeGeneratorX86*>(codegen); in EmitNativeCode() local
450 x86_codegen->InvokeRuntime(kQuickAputObject, instruction_, instruction_->GetDexPc(), this); in EmitNativeCode()
512 CodeGeneratorX86* x86_codegen = down_cast<CodeGeneratorX86*>(codegen); in EmitNativeCode() local
531 x86_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this); in EmitNativeCode()
606 CodeGeneratorX86* x86_codegen = down_cast<CodeGeneratorX86*>(codegen); in EmitNativeCode() local
625 x86_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this); in EmitNativeCode()
747 CodeGeneratorX86* x86_codegen = down_cast<CodeGeneratorX86*>(codegen); in EmitNativeCode() local
857 x86_codegen->InvokeRuntime(kQuickReadBarrierSlow, instruction_, instruction_->GetDexPc(), this); in EmitNativeCode()
860 x86_codegen->Move32(out_, Location::RegisterLocation(EAX)); in EmitNativeCode()
919 CodeGeneratorX86* x86_codegen = down_cast<CodeGeneratorX86*>(codegen); in EmitNativeCode() local
920 x86_codegen->Move32(Location::RegisterLocation(calling_convention.GetRegisterAt(0)), root_); in EmitNativeCode()
921 x86_codegen->InvokeRuntime(kQuickReadBarrierForRootSlow, in EmitNativeCode()
926 x86_codegen->Move32(out_, Location::RegisterLocation(EAX)); in EmitNativeCode()