Searched refs:Emit (Results 1 – 9 of 9) sorted by relevance
76 virtual void Emit(Assembler *sp_asm) = 0;101 template<typename T> void Emit(T value) { in Emit() function153 cur->Emit(sp_asm); in EmitSlowPaths()
367 CompiledMethod* Emit(ArenaAllocator* allocator,750 CompiledMethod* OptimizingCompiler::Emit(ArenaAllocator* allocator, in Emit() function in art::OptimizingCompiler1113 compiled_method = Emit(&allocator, in Compile()1213 CompiledMethod* compiled_method = Emit(&allocator, in JniCompile()
856 buffer_.Emit<uint8_t>(value); in EmitUint8()860 buffer_.Emit<int32_t>(value); in EmitInt32()866 buffer_.Emit<uint8_t>(0xC0 + (rm << 3) + reg); in EmitRegisterOperand()
31 void Emit(Assembler *sp_asm) override;570 void X86ExceptionSlowPath::Emit(Assembler *sasm) { in Emit() function in art::x86::X86ExceptionSlowPath
31 buffer.Emit<uint8_t>(0x42); in TEST()33 buffer.Emit<int32_t>(42); in TEST()
580 void Emit(Assembler *sp_asm) override;633 void X86_64ExceptionSlowPath::Emit(Assembler *sasm) { in Emit() function in art::x86_64::X86_64ExceptionSlowPath
970 buffer_.Emit<uint8_t>(value); in EmitUint8()974 buffer_.Emit<int32_t>(value); in EmitInt32()988 buffer_.Emit<uint8_t>((0xC0 | (reg & 7)) + (rm << 3)); in EmitRegisterOperand()
37 buffer.Emit<uint8_t>(0x42); in TEST()39 buffer.Emit<int32_t>(42); in TEST()
1107 void Emit(uint32_t value);