Searched refs:Emit (Results 1 – 8 of 8) sorted by relevance
75 virtual void Emit(Assembler *sp_asm) = 0;100 template<typename T> void Emit(T value) { in Emit() function152 cur->Emit(sp_asm); in EmitSlowPaths()
368 CompiledMethod* Emit(ArenaAllocator* allocator,705 CompiledMethod* OptimizingCompiler::Emit(ArenaAllocator* allocator, in Emit() function in art::OptimizingCompiler1077 compiled_method = Emit(&allocator, in Compile()1178 CompiledMethod* compiled_method = Emit(&allocator, in JniCompile()
929 buffer_.Emit<uint8_t>(value); in EmitUint8()933 buffer_.Emit<int32_t>(value); in EmitInt32()939 buffer_.Emit<uint8_t>(0xC0 + (rm << 3) + reg); in EmitRegisterOperand()
31 void Emit(Assembler *sp_asm) override;597 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()
605 void Emit(Assembler *sp_asm) override;658 void X86_64ExceptionSlowPath::Emit(Assembler *sasm) { in Emit() function in art::x86_64::X86_64ExceptionSlowPath
1042 buffer_.Emit<uint8_t>(value); in EmitUint8()1046 buffer_.Emit<int32_t>(value); in EmitInt32()1060 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()