• Home
  • Raw
  • Download

Lines Matching refs:Label

174   Label* GetReturnLabel() {  in GetReturnLabel()
187 Label return_label_;
1204 Label* CodeGeneratorX86_64::NewTypeBssEntryPatch(HLoadClass* load_class) { in NewTypeBssEntryPatch()
1205 ArenaDeque<PatchInfo<Label>>* patches = nullptr; in NewTypeBssEntryPatch()
1230 Label* CodeGeneratorX86_64::NewStringBssEntryPatch(HLoadString* load_string) { in NewStringBssEntryPatch()
1282 const ArenaDeque<PatchInfo<Label>>& infos, in EmitPcRelativeLinkerPatches()
1284 for (const PatchInfo<Label>& info : infos) { in EmitPcRelativeLinkerPatches()
1971 Label* true_target = codegen_->GoesToNextBlock(if_instr->GetBlock(), true_successor) ? in VisitIf()
1973 Label* false_target = codegen_->GoesToNextBlock(if_instr->GetBlock(), false_successor) ? in VisitIf()
1992 GenerateTestAndBranch<Label>(deoptimize, in VisitDeoptimize()
6270 Label* CodeGeneratorX86_64::NewJitRootClassPatch(const DexFile& dex_file, in NewJitRootClassPatch()
6276 PatchInfo<Label>* info = &jit_class_patches_.back(); in NewJitRootClassPatch()
6334 Label* fixup_label = codegen_->NewTypeBssEntryPatch(cls); in VisitLoadClass()
6351 Label* fixup_label = in VisitLoadClass()
6455 Label* CodeGeneratorX86_64::NewJitRootStringPatch(const DexFile& dex_file, in NewJitRootStringPatch()
6461 PatchInfo<Label>* info = &jit_string_patches_.back(); in NewJitRootStringPatch()
6491 Label* fixup_label = codegen_->NewStringBssEntryPatch(load); in VisitLoadString()
6511 Label* fixup_label = codegen_->NewJitRootStringPatch( in VisitLoadString()
7379 Label* fixup_label, in GenerateGcRootFieldLoad()
7897 Label* l = codegen_->GetLabelOf(b); in CreateJumpTable()
7999 const PatchInfo<Label>& info, in PatchJitRootUse()
8010 for (const PatchInfo<Label>& info : jit_string_patches_) { in EmitJitRootPatches()
8016 for (const PatchInfo<Label>& info : jit_class_patches_) { in EmitJitRootPatches()