Lines Matching refs:GetAssembler
335 start_offset_ = codegen_.GetAssembler().CodeSize(); in DisassemblyScope()
343 instruction_, start_offset_, codegen_.GetAssembler().CodeSize()); in ~DisassemblyScope()
361 code_start = GetAssembler()->CodeSize(); in GenerateSlowPaths()
367 disasm_info_->AddSlowPathInterval(slow_path, code_start, GetAssembler()->CodeSize()); in GenerateSlowPaths()
395 size_t frame_start = GetAssembler()->CodeSize(); in Compile()
397 DCHECK_EQ(GetAssembler()->cfi().GetCurrentCFAOffset(), static_cast<int>(frame_size_)); in Compile()
399 disasm_info_->SetFrameEntryInterval(frame_start, GetAssembler()->CodeSize()); in Compile()
438 GetStackMapStream()->EndMethod(GetAssembler()->CodeSize()); in Compile()
442 size_t code_size = GetAssembler()->CodeSize(); in Finalize()
446 GetAssembler()->FinalizeInstructions(code); in Finalize()
1187 RecordPcInfo(instruction, dex_pc, GetAssembler()->CodePosition(), slow_path, native_debug_info); in RecordPcInfo()
1301 uint32_t pc = GetAssembler()->CodeSize(); in HasStackMapAtCurrentPc()
1569 RecordPcInfo(null_check, null_check->GetDexPc(), GetAssembler()->CodePosition()); in MaybeRecordImplicitNullCheck()