Lines Matching refs:Label

172   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()
6141 PatchInfo<Label>* info = &jit_class_patches_.back(); in NewJitRootClassPatch()
6195 Label* fixup_label = codegen_->NewTypeBssEntryPatch(cls); in VisitLoadClass()
6212 Label* fixup_label = in VisitLoadClass()
6316 Label* CodeGeneratorX86_64::NewJitRootStringPatch(const DexFile& dex_file, in NewJitRootStringPatch()
6322 PatchInfo<Label>* info = &jit_string_patches_.back(); in NewJitRootStringPatch()
6352 Label* fixup_label = codegen_->NewStringBssEntryPatch(load); in VisitLoadString()
6372 Label* fixup_label = codegen_->NewJitRootStringPatch( in VisitLoadString()
7240 Label* fixup_label, in GenerateGcRootFieldLoad()
7758 Label* l = codegen_->GetLabelOf(b); in CreateJumpTable()
7860 const PatchInfo<Label>& info, in PatchJitRootUse()
7871 for (const PatchInfo<Label>& info : jit_string_patches_) { in EmitJitRootPatches()
7877 for (const PatchInfo<Label>& info : jit_class_patches_) { in EmitJitRootPatches()