Home
last modified time | relevance | path

Searched refs:Label (Results 26 – 34 of 34) sorted by relevance

12

/art/compiler/utils/x86_64/
Djni_macro_assembler_x86_64.cc560 Label null_arg; in CreateHandleScopeEntry()
578 Label null_arg; in CreateHandleScopeEntry()
597 Label null_arg; in LoadReferenceFromHandleScope()
Dassembler_x86_64.cc91 void X86_64Assembler::call(Label* label) { in call()
4702 void X86_64Assembler::j(Condition condition, Label* label) { in j()
4771 void X86_64Assembler::jmp(Label* label) { in jmp()
5103 void X86_64Assembler::Bind(Label* label) { in Bind()
5185 void X86_64Assembler::EmitLabel(Label* label, int instruction_size) { in EmitLabel()
5196 void X86_64Assembler::EmitLabelLink(Label* label) { in EmitLabelLink()
/art/compiler/optimizing/
Dcode_generator_x86_64.cc172 Label* GetReturnLabel() { in GetReturnLabel()
185 Label return_label_;
1161 Label* CodeGeneratorX86_64::NewTypeBssEntryPatch(HLoadClass* load_class) { in NewTypeBssEntryPatch()
1173 Label* CodeGeneratorX86_64::NewStringBssEntryPatch(HLoadString* load_string) { in NewStringBssEntryPatch()
1224 const ArenaDeque<PatchInfo<Label>>& infos, in EmitPcRelativeLinkerPatches()
1226 for (const PatchInfo<Label>& info : infos) { in EmitPcRelativeLinkerPatches()
1898 Label* true_target = codegen_->GoesToNextBlock(if_instr->GetBlock(), true_successor) ? in VisitIf()
1900 Label* false_target = codegen_->GoesToNextBlock(if_instr->GetBlock(), false_successor) ? in VisitIf()
1919 GenerateTestAndBranch<Label>(deoptimize, in VisitDeoptimize()
6135 Label* CodeGeneratorX86_64::NewJitRootClassPatch(const DexFile& dex_file, in NewJitRootClassPatch()
[all …]
Dcode_generator_x86.cc221 Label* GetReturnLabel() { in GetReturnLabel()
234 Label return_label_;
1809 Label* true_target = codegen_->GoesToNextBlock(if_instr->GetBlock(), true_successor) ? in VisitIf()
1811 Label* false_target = codegen_->GoesToNextBlock(if_instr->GetBlock(), false_successor) ? in VisitIf()
1830 GenerateTestAndBranch<Label>(deoptimize, in VisitDeoptimize()
5200 Label* CodeGeneratorX86::NewTypeBssEntryPatch(HLoadClass* load_class) { in NewTypeBssEntryPatch()
5216 Label* CodeGeneratorX86::NewStringBssEntryPatch(HLoadString* load_string) { in NewStringBssEntryPatch()
6801 Label* CodeGeneratorX86::NewJitRootClassPatch(const DexFile& dex_file, in NewJitRootClassPatch()
6807 PatchInfo<Label>* info = &jit_class_patches_.back(); in NewJitRootClassPatch()
6863 Label* fixup_label = codegen_->NewTypeBssEntryPatch(cls); in VisitLoadClass()
[all …]
Dcode_generator_vector_arm64_sve.cc1410 vixl::aarch64::Label uncompressed_load, done; in VisitVecLoad()
Dcode_generator_vector_arm64_neon.cc1410 vixl::aarch64::Label uncompressed_load, done; in VisitVecLoad()
/art/compiler/utils/x86/
Dassembler_x86.cc83 void X86Assembler::call(Label* label) { in call()
175 void X86Assembler::movl(const Address& dst, Label* lbl) { in movl()
3476 void X86Assembler::j(Condition condition, Label* label) { in j()
3543 void X86Assembler::jmp(Label* label) { in jmp()
3720 void X86Assembler::Bind(Label* label) { in Bind()
3800 void X86Assembler::EmitLabel(Label* label, int instruction_size) { in EmitLabel()
3811 void X86Assembler::EmitLabelLink(Label* label) { in EmitLabelLink()
/art/compiler/utils/arm64/
Djni_macro_assembler_arm64.cc707 vixl::aarch64::Label exit; in LoadReferenceFromHandleScope()
/art/compiler/utils/arm/
Djni_macro_assembler_arm_vixl.cc934 vixl32::Label* label = exception_blocks_.back()->Entry(); in ExceptionPoll()

12