Lines Matching refs:GetAssembler
339 start_offset_ = codegen_.GetAssembler().CodeSize(); in DisassemblyScope()
347 instruction_, start_offset_, codegen_.GetAssembler().CodeSize()); in ~DisassemblyScope()
365 code_start = GetAssembler()->CodeSize(); in GenerateSlowPaths()
371 disasm_info_->AddSlowPathInterval(slow_path, code_start, GetAssembler()->CodeSize()); in GenerateSlowPaths()
393 size_t frame_start = GetAssembler()->CodeSize(); in Compile()
395 DCHECK_EQ(GetAssembler()->cfi().GetCurrentCFAOffset(), static_cast<int>(frame_size_)); in Compile()
397 disasm_info_->SetFrameEntryInterval(frame_start, GetAssembler()->CodeSize()); in Compile()
438 size_t code_size = GetAssembler()->CodeSize(); in Finalize()
442 GetAssembler()->FinalizeInstructions(code); in Finalize()
978 uint32_t native_pc = GetAssembler()->CodePosition(); in RecordPcInfo()
1077 uint32_t pc = GetAssembler()->CodeSize(); in HasStackMapAtCurrentPc()