Lines Matching refs:x86_codegen

86     CodeGeneratorX86* x86_codegen = down_cast<CodeGeneratorX86*>(codegen);  in EmitNativeCode()  local
92 x86_codegen->InvokeRuntime(kQuickThrowNullPointer, in EmitNativeCode()
112 CodeGeneratorX86* x86_codegen = down_cast<CodeGeneratorX86*>(codegen); in EmitNativeCode() local
114 x86_codegen->InvokeRuntime(kQuickThrowDivZero, instruction_, instruction_->GetDexPc(), this); in EmitNativeCode()
155 CodeGeneratorX86* x86_codegen = down_cast<CodeGeneratorX86*>(codegen); in EmitNativeCode() local
179 x86_codegen->Move32(index_arg, index_loc); in EmitNativeCode()
182 x86_codegen->Move32(index_arg, index_loc); in EmitNativeCode()
216 x86_codegen->InvokeRuntime(entrypoint, instruction_, instruction_->GetDexPc(), this); in EmitNativeCode()
236 CodeGeneratorX86* x86_codegen = down_cast<CodeGeneratorX86*>(codegen); in EmitNativeCode() local
239 x86_codegen->InvokeRuntime(kQuickTestSuspend, instruction_, instruction_->GetDexPc(), this); in EmitNativeCode()
245 __ jmp(x86_codegen->GetLabelOf(successor_)); in EmitNativeCode()
275 CodeGeneratorX86* x86_codegen = down_cast<CodeGeneratorX86*>(codegen); in EmitNativeCode() local
282 x86_codegen->InvokeRuntime(kQuickResolveString, instruction_, instruction_->GetDexPc(), this); in EmitNativeCode()
284 x86_codegen->Move32(locations->Out(), Location::RegisterLocation(EAX)); in EmitNativeCode()
311 CodeGeneratorX86* x86_codegen = down_cast<CodeGeneratorX86*>(codegen); in EmitNativeCode() local
317 DCHECK(IsSameDexFile(cls_->GetDexFile(), x86_codegen->GetGraph()->GetDexFile()) || in EmitNativeCode()
318 x86_codegen->GetCompilerOptions().WithinOatFile(&cls_->GetDexFile()) || in EmitNativeCode()
325 x86_codegen->InvokeRuntime(kQuickResolveTypeAndVerifyAccess, instruction_, dex_pc, this); in EmitNativeCode()
328 x86_codegen->InvokeRuntime(kQuickResolveType, instruction_, dex_pc, this); in EmitNativeCode()
334 x86_codegen->Move32(Location::RegisterLocation(calling_convention.GetRegisterAt(0)), source); in EmitNativeCode()
337 x86_codegen->InvokeRuntime(kQuickInitializeStaticStorage, instruction_, dex_pc, this); in EmitNativeCode()
344 x86_codegen->Move32(out, Location::RegisterLocation(EAX)); in EmitNativeCode()
369 CodeGeneratorX86* x86_codegen = down_cast<CodeGeneratorX86*>(codegen); in EmitNativeCode() local
386 x86_codegen->EmitParallelMoves(locations->InAt(0), in EmitNativeCode()
393 x86_codegen->InvokeRuntime(kQuickInstanceofNonTrivial, in EmitNativeCode()
400 x86_codegen->InvokeRuntime(kQuickCheckInstanceOf, in EmitNativeCode()
409 x86_codegen->Move32(locations->Out(), Location::RegisterLocation(EAX)); in EmitNativeCode()
432 CodeGeneratorX86* x86_codegen = down_cast<CodeGeneratorX86*>(codegen); in EmitNativeCode() local
437 x86_codegen->Load32BitValue( in EmitNativeCode()
440 x86_codegen->InvokeRuntime(kQuickDeoptimize, instruction_, instruction_->GetDexPc(), this); in EmitNativeCode()
478 CodeGeneratorX86* x86_codegen = down_cast<CodeGeneratorX86*>(codegen); in EmitNativeCode() local
479 x86_codegen->InvokeRuntime(kQuickAputObject, instruction_, instruction_->GetDexPc(), this); in EmitNativeCode()
540 CodeGeneratorX86* x86_codegen = down_cast<CodeGeneratorX86*>(codegen); in EmitNativeCode() local
559 x86_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this); in EmitNativeCode()
626 CodeGeneratorX86* x86_codegen = down_cast<CodeGeneratorX86*>(codegen); in EmitNativeCode() local
645 x86_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this); in EmitNativeCode()
767 CodeGeneratorX86* x86_codegen = down_cast<CodeGeneratorX86*>(codegen); in EmitNativeCode() local
881 x86_codegen->InvokeRuntime(kQuickReadBarrierSlow, instruction_, instruction_->GetDexPc(), this); in EmitNativeCode()
884 x86_codegen->Move32(out_, Location::RegisterLocation(EAX)); in EmitNativeCode()
943 CodeGeneratorX86* x86_codegen = down_cast<CodeGeneratorX86*>(codegen); in EmitNativeCode() local
944 x86_codegen->Move32(Location::RegisterLocation(calling_convention.GetRegisterAt(0)), root_); in EmitNativeCode()
945 x86_codegen->InvokeRuntime(kQuickReadBarrierForRootSlow, in EmitNativeCode()
950 x86_codegen->Move32(out_, Location::RegisterLocation(EAX)); in EmitNativeCode()
970 CodeGeneratorX86* x86_codegen = down_cast<CodeGeneratorX86*>(codegen); in EmitNativeCode() local
979 x86_codegen->InvokeRuntime(entry_point, instruction_, instruction_->GetDexPc(), this); in EmitNativeCode()
999 CodeGeneratorX86* x86_codegen = down_cast<CodeGeneratorX86*>(codegen); in EmitNativeCode() local
1006 x86_codegen->GenerateInvokeRuntime( in EmitNativeCode()