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()
366 CompiledMethod* Emit(ArenaAllocator* allocator,716 CompiledMethod* OptimizingCompiler::Emit(ArenaAllocator* allocator, in Emit() function in art::OptimizingCompiler1083 compiled_method = Emit(&allocator, in Compile()1188 CompiledMethod* compiled_method = Emit(&allocator, in JniCompile()
37 void Emit(Assembler *sp_asm) override;597 void X86ExceptionSlowPath::Emit(Assembler *sasm) { in Emit() function in art::x86::X86ExceptionSlowPath
1009 buffer_.Emit<uint8_t>(value); in EmitUint8()1013 buffer_.Emit<int32_t>(value); in EmitInt32()1019 buffer_.Emit<uint8_t>(0xC0 + (rm << 3) + reg); in EmitRegisterOperand()
31 buffer.Emit<uint8_t>(0x42); in TEST()33 buffer.Emit<int32_t>(42); in TEST()
636 void Emit(Assembler *sp_asm) override;689 void X86_64ExceptionSlowPath::Emit(Assembler *sasm) { in Emit() function in art::x86_64::X86_64ExceptionSlowPath
1045 buffer_.Emit<uint8_t>(value); in EmitUint8()1049 buffer_.Emit<int32_t>(value); in EmitInt32()1063 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()