Home
last modified time | relevance | path

Searched defs:label (Results 1 – 16 of 16) sorted by relevance

/art/compiler/dex/
Dcompiler_ir.cc57 void CompilationUnit::StartTimingSplit(const char* label) { in StartTimingSplit()
63 void CompilationUnit::NewTimingSplit(const char* label) { in NewTimingSplit()
/art/runtime/base/
Dtiming_logger.h159 explicit ScopedTiming(const char* label, TimingLogger* logger) : logger_(logger) { in ScopedTiming()
166 void NewTiming(const char* label) { in NewTiming()
Dtiming_logger.cc92 void CumulativeLogger::AddPair(const std::string& label, uint64_t delta_time) { in AddPair()
139 void TimingLogger::StartTiming(const char* label) { in StartTiming()
/art/runtime/arch/x86_64/
Dmemcmp16_x86_64.S29 # define L(label) .L##label argument
/art/runtime/arch/x86/
Dmemcmp16_x86.S24 # define L(label) .L##label argument
/art/compiler/utils/mips64/
Dassembler_mips64.cc792 void Mips64Assembler::Bind(Label* label) { in Bind()
829 void Mips64Assembler::B(Label* label) { in B()
851 void Mips64Assembler::Jalr(Label* label, GpuRegister indirect_reg) { in Jalr()
875 void Mips64Assembler::Bltc(GpuRegister rs, GpuRegister rt, Label* label) { in Bltc()
880 void Mips64Assembler::Bltzc(GpuRegister rt, Label* label) { in Bltzc()
885 void Mips64Assembler::Bgtzc(GpuRegister rt, Label* label) { in Bgtzc()
890 void Mips64Assembler::Bgec(GpuRegister rs, GpuRegister rt, Label* label) { in Bgec()
895 void Mips64Assembler::Bgezc(GpuRegister rt, Label* label) { in Bgezc()
900 void Mips64Assembler::Blezc(GpuRegister rt, Label* label) { in Blezc()
905 void Mips64Assembler::Bltuc(GpuRegister rs, GpuRegister rt, Label* label) { in Bltuc()
[all …]
/art/runtime/
Ddex_file_verifier.cc174 const char* label) { in CheckListSize()
204 bool DexFileVerifier::CheckList(size_t element_size, const char* label, const uint8_t* *ptr) { in CheckList()
221 bool DexFileVerifier::CheckIndex(uint32_t field, uint32_t limit, const char* label) { in CheckIndex()
229 bool DexFileVerifier::CheckValidOffsetAndSize(uint32_t offset, uint32_t size, const char* label) { in CheckValidOffsetAndSize()
Delf_file.cc342 bool ElfFileImpl<ElfTypes>::CheckAndSet(Elf32_Off offset, const char* label, in CheckAndSet()
/art/compiler/utils/arm/
Dassembler_thumb2.cc656 void Thumb2Assembler::b(Label* label, Condition cond) { in b()
661 void Thumb2Assembler::bl(Label* label, Condition cond) { in bl()
667 void Thumb2Assembler::blx(Label* label) { in blx()
672 void Thumb2Assembler::MarkExceptionHandler(Label* label) { in MarkExceptionHandler()
1592 void Thumb2Assembler::EmitBranch(Condition cond, Label* label, bool link, bool x) { in EmitBranch()
2174 void Thumb2Assembler::cbz(Register rn, Label* label) { in cbz()
2186 void Thumb2Assembler::cbnz(Register rn, Label* label) { in cbnz()
2249 void Thumb2Assembler::Bind(Label* label) { in Bind()
2720 void Thumb2Assembler::CompareAndBranchIfZero(Register r, Label* label) { in CompareAndBranchIfZero()
2730 void Thumb2Assembler::CompareAndBranchIfNonZero(Register r, Label* label) { in CompareAndBranchIfNonZero()
Dassembler_arm32.cc558 void Arm32Assembler::b(Label* label, Condition cond) { in b()
563 void Arm32Assembler::bl(Label* label, Condition cond) { in bl()
568 void Arm32Assembler::MarkExceptionHandler(Label* label) { in MarkExceptionHandler()
719 void Arm32Assembler::EmitBranch(Condition cond, Label* label, bool link) { in EmitBranch()
1317 void Arm32Assembler::Bind(Label* label) { in Bind()
1604 void Arm32Assembler::CompareAndBranchIfZero(Register r, Label* label) { in CompareAndBranchIfZero()
1610 void Arm32Assembler::CompareAndBranchIfNonZero(Register r, Label* label) { in CompareAndBranchIfNonZero()
/art/test/023-many-interfaces/src/
DManyInterfaces.java173 private static void report(String label, long start, long end, int iter, in report()
/art/runtime/arch/mips64/
Dquick_entrypoints_mips64.S562 .macro LOOP_OVER_SHORTY_LOADING_REG gpu, fpu, label
/art/compiler/utils/x86/
Dassembler_x86.cc49 void X86Assembler::call(Label* label) { in call()
58 void X86Assembler::call(const ExternalLabel& label) { in call()
1454 void X86Assembler::j(Condition condition, Label* label) { in j()
1489 void X86Assembler::jmp(Label* label) { in jmp()
1606 void X86Assembler::Bind(Label* label) { in Bind()
1661 void X86Assembler::EmitLabel(Label* label, int instruction_size) { in EmitLabel()
1672 void X86Assembler::EmitLabelLink(Label* label) { in EmitLabelLink()
/art/compiler/utils/mips/
Dassembler_mips.cc93 void MipsAssembler::EmitBranch(Register rt, Register rs, Label* label, bool equal) { in EmitBranch()
109 void MipsAssembler::EmitJump(Label* label, bool link) { in EmitJump()
149 void MipsAssembler::Bind(Label* label, bool is_jump) { in Bind()
/art/compiler/utils/x86_64/
Dassembler_x86_64.cc55 void X86_64Assembler::call(Label* label) { in call()
1931 void X86_64Assembler::j(Condition condition, Label* label) { in j()
1968 void X86_64Assembler::jmp(Label* label) { in jmp()
2095 void X86_64Assembler::Bind(Label* label) { in Bind()
2158 void X86_64Assembler::EmitLabel(Label* label, int instruction_size) { in EmitLabel()
2169 void X86_64Assembler::EmitLabelLink(Label* label) { in EmitLabelLink()
/art/oatdump/
Doatdump.cc394 #define DUMP_OAT_HEADER_OFFSET(label, offset) \ in Dump() argument