Home | History | Annotate | Download | only in optimizing

Lines Matching refs:Label

267                                Label* fixup_label = nullptr);
407 Label* NewPcRelativeDexCacheArrayPatch(const DexFile& dex_file, uint32_t element_offset);
423 Label
424 return CommonGetLabelOf<Label>(block_labels_, block);
428 block_labels_ = CommonInitializeLabels<Label>();
437 Label* GetFrameEntryLabel() { return &frame_entry_label_; }
570 : target_dex_file(dex_file), element_offset(element_off), label() { }
574 // NOTE: Label is bound to the end of the instruction that has an embedded 32-bit offset.
575 Label label;
579 Label* block_labels_; // Indexed by block id.
580 Label frame_entry_label_;
588 ArenaDeque<MethodPatchInfo<Label>> method_patches_;
589 ArenaDeque<MethodPatchInfo<Label>> relative_call_patches_;
593 ArenaDeque<Label> simple_patches_;
595 ArenaDeque<StringPatchInfo<Label>> string_patches_;