Searched refs:x86_codegen (Results 1 – 2 of 2) sorted by relevance
/aosp12/art/compiler/optimizing/ |
H A D | code_generator_x86.cc | 87 x86_codegen->InvokeRuntime(kQuickThrowNullPointer, in EmitNativeCode() 180 x86_codegen->EmitParallelMoves( in EmitNativeCode() 219 __ jmp(x86_codegen->GetLabelOf(successor_)); in EmitNativeCode() 315 x86_codegen->Move32(out, Location::RegisterLocation(EAX)); in EmitNativeCode() 357 x86_codegen->EmitParallelMoves(locations->InAt(0), in EmitNativeCode() 364 x86_codegen->InvokeRuntime(kQuickInstanceofNonTrivial, in EmitNativeCode() 371 x86_codegen->InvokeRuntime(kQuickCheckInstanceOf, in EmitNativeCode() 408 x86_codegen->Load32BitValue( in EmitNativeCode() 860 x86_codegen->Move32(out_, Location::RegisterLocation(EAX)); in EmitNativeCode() 921 x86_codegen->InvokeRuntime(kQuickReadBarrierForRootSlow, in EmitNativeCode() [all …]
|
H A D | intrinsics_x86.cc | 83 CodeGeneratorX86* x86_codegen = down_cast<CodeGeneratorX86*>(codegen); in EmitNativeCode() local 141 x86_codegen->InvokeRuntimeWithoutRecordingPcInfo(entry_point_offset, instruction_, this); in EmitNativeCode() 155 x86_codegen->GenerateIntCompare(temp1_loc, length); in EmitNativeCode()
|