Searched defs:fixup_label (Results 1 - 2 of 2) sorted by relevance

/art/compiler/optimizing/
H A Dcode_generator_x86.cc242 Label* fixup_label = x86_codegen->NewStringBssEntryPatch(instruction_->AsLoadString()); variable
243 __ Bind(fixup_label);
298 Label* fixup_label = x86_codegen->NewTypeBssEntryPatch(cls_); variable
299 __ Bind(fixup_label);
6148 /* fixup_label */ nullptr,
6178 Label* fixup_label = codegen_->NewTypeBssEntryPatch(cls); variable
6179 GenerateGcRootFieldLoad(cls, out_loc, address, fixup_label, read_barrier_option);
6185 Label* fixup_label = codegen_->NewJitRootClassPatch( variable
6188 GenerateGcRootFieldLoad(cls, out_loc, address, fixup_label, read_barrier_option);
6334 Label* fixup_label variable
6346 Label* fixup_label = codegen_->NewJitRootStringPatch( variable
7152 GenerateGcRootFieldLoad( HInstruction* instruction, Location root, const Address& address, Label* fixup_label, ReadBarrierOption read_barrier_option) argument
[all...]
H A Dcode_generator_x86_64.cc277 Label* fixup_label = x86_64_codegen->NewTypeBssEntryPatch(cls_); variable
278 __ Bind(fixup_label);
324 Label* fixup_label = x86_64_codegen->NewStringBssEntryPatch(instruction_->AsLoadString()); variable
325 __ Bind(fixup_label);
5550 /* fixup_label */ nullptr,
5571 Label* fixup_label = codegen_->NewTypeBssEntryPatch(cls); variable
5573 GenerateGcRootFieldLoad(cls, out_loc, address, fixup_label, read_barrier_option);
5580 Label* fixup_label = variable
5583 GenerateGcRootFieldLoad(cls, out_loc, address, fixup_label, read_barrier_option);
5706 Label* fixup_label variable
5719 Label* fixup_label = codegen_->NewJitRootStringPatch( variable
6517 GenerateGcRootFieldLoad( HInstruction* instruction, Location root, const Address& address, Label* fixup_label, ReadBarrierOption read_barrier_option) argument
[all...]

Completed in 216 milliseconds