Home | History | Annotate | Download | only in optimizing

Lines Matching refs:Label

262                                Label* fixup_label = nullptr);
374 Label* GetLabelOf(HBasicBlock* block) const {
375 return CommonGetLabelOf<Label>(block_labels_, block);
379 block_labels_ = CommonInitializeLabels<Label>();
402 Label* NewPcRelativeDexCacheArrayPatch(const DexFile& dex_file, uint32_t element_offset);
542 : target_dex_file(dex_file), element_offset(element_off), label() { }
546 Label label;
550 Label* block_labels_; // Indexed by block id.
551 Label frame_entry_label_;
563 ArenaDeque<MethodPatchInfo<Label>> method_patches_;
564 ArenaDeque<MethodPatchInfo<Label>> relative_call_patches_;
568 ArenaDeque<Label> simple_patches_;
570 ArenaDeque<StringPatchInfo<Label>> string_patches_;