Lines Matching refs:GetAssembler
259 start_offset_ = codegen_.GetAssembler().CodeSize(); in DisassemblyScope()
267 instruction_, start_offset_, codegen_.GetAssembler().CodeSize()); in ~DisassemblyScope()
285 code_start = GetAssembler()->CodeSize(); in GenerateSlowPaths()
291 disasm_info_->AddSlowPathInterval(slow_path, code_start, GetAssembler()->CodeSize()); in GenerateSlowPaths()
321 size_t frame_start = GetAssembler()->CodeSize(); in Compile()
323 DCHECK_EQ(GetAssembler()->cfi().GetCurrentCFAOffset(), static_cast<int>(frame_size_)); in Compile()
325 disasm_info_->SetFrameEntryInterval(frame_start, GetAssembler()->CodeSize()); in Compile()
370 GetStackMapStream()->EndMethod(GetAssembler()->CodeSize()); in Compile()
374 GetAssembler()->FinalizeCode(); in Finalize()
1134 RecordPcInfo(instruction, dex_pc, GetAssembler()->CodePosition(), slow_path, native_debug_info); in RecordPcInfo()
1246 uint32_t pc = GetAssembler()->CodeSize(); in HasStackMapAtCurrentPc()
1564 RecordPcInfo(null_check, null_check->GetDexPc(), GetAssembler()->CodePosition()); in MaybeRecordImplicitNullCheck()