Lines Matching refs:Label

221   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()
6878 Label* fixup_label = codegen_->NewJitRootClassPatch( in VisitLoadClass()
7023 Label* CodeGeneratorX86::NewJitRootStringPatch(const DexFile& dex_file, in NewJitRootStringPatch()
7029 PatchInfo<Label>* info = &jit_string_patches_.back(); in NewJitRootStringPatch()
7060 Label* fixup_label = codegen_->NewStringBssEntryPatch(load); in VisitLoadString()
7079 Label* fixup_label = codegen_->NewJitRootStringPatch( in VisitLoadString()
7963 Label* fixup_label, in GenerateGcRootFieldLoad()
8346 Label next_instruction; in VisitX86ComputeBaseMethodAddress()
8483 Label* l = codegen_->GetLabelOf(b); in CreateJumpTable()
8635 const PatchInfo<Label>& info, in PatchJitRootUse()
8646 for (const PatchInfo<Label>& info : jit_string_patches_) { in EmitJitRootPatches()
8652 for (const PatchInfo<Label>& info : jit_class_patches_) { in EmitJitRootPatches()