HomeSort by relevance Sort by last modified time
    Searched defs:field_offset (Results 1 - 10 of 10) sorted by null

  /art/runtime/gc/collector/
mark_sweep-inl.h 126 MemberOffset field_offset = CLASS_OFFSET_FROM_CLZ(right_shift); local
127 const mirror::Object* ref = obj->GetFieldObject<const mirror::Object*>(field_offset, false);
128 visitor(obj, ref, field_offset, is_static);
145 MemberOffset field_offset = field->GetOffset(); local
146 const mirror::Object* ref = obj->GetFieldObject<const mirror::Object*>(field_offset, false);
147 visitor(obj, ref, field_offset, is_static);
  /art/runtime/mirror/
object.cc 71 MemberOffset field_offset = field->GetOffset(); local
72 const Object* ref = copy->GetFieldObject<const Object*>(field_offset, false);
73 heap->WriteBarrierField(copy.get(), field_offset, ref);
85 void Object::CheckFieldAssignmentImpl(MemberOffset field_offset, const Object* new_value) {
98 if (field->GetOffset().Int32Value() == field_offset.Int32Value()) {
116 if (field->GetOffset().Int32Value() == field_offset.Int32Value()) {
125 << " of type " << PrettyDescriptor(c) << " at offset " << field_offset;
  /art/compiler/dex/
dex_to_dex_compiler.cc 217 int field_offset; local
219 bool fast_path = driver_.ComputeInstanceFieldInfo(field_idx, &unit_, field_offset,
221 if (fast_path && !is_volatile && IsUint(16, field_offset)) {
225 << " by field offset " << field_offset
231 inst->SetVRegC_22c(static_cast<uint16_t>(field_offset));
  /external/chromium_org/third_party/mesa/src/src/glsl/
lower_ubo_reference.cpp 210 unsigned int field_offset = 0; local
219 field_offset =
220 align(field_offset,
223 emit_ubo_loads(field_deref, base_offset, deref_offset + field_offset);
225 field_offset += field->type->std140_size(ubo_var->RowMajor);
  /external/mesa3d/src/glsl/
lower_ubo_reference.cpp 210 unsigned int field_offset = 0; local
219 field_offset =
220 align(field_offset,
223 emit_ubo_loads(field_deref, base_offset, deref_offset + field_offset);
225 field_offset += field->type->std140_size(ubo_var->RowMajor);
  /art/compiler/dex/quick/arm/
call_arm.cc 130 int field_offset; local
133 bool fast_path = FastInstance(field_idx, field_offset, is_volatile, false);
155 int field_offset; local
158 bool fast_path = FastInstance(field_idx, field_offset, is_volatile, false);
  /art/compiler/
image_writer.cc 632 MemberOffset field_offset = field->GetOffset(); local
633 const Object* ref = orig->GetFieldObject<const Object*>(field_offset, false);
635 copy->SetFieldPtr(field_offset, GetImageAddress(ref), false);
642 MemberOffset field_offset = field->GetOffset(); local
643 const Object* ref = orig->GetFieldObject<const Object*>(field_offset, false);
645 copy->SetFieldPtr(field_offset, GetImageAddress(ref), false);
  /art/compiler/dex/quick/
gen_common.cc 335 int field_offset; local
340 field_idx, mir_graph_->GetCurrentDexCompilationUnit(), field_offset, ssb_index,
343 DCHECK_GE(field_offset, 0);
397 StoreBaseDispWide(rBase, field_offset, rl_src.low_reg,
400 StoreWordDisp(rBase, field_offset, rl_src.low_reg);
421 int field_offset; local
426 field_idx, mir_graph_->GetCurrentDexCompilationUnit(), field_offset, ssb_index,
429 DCHECK_GE(field_offset, 0);
474 LoadBaseDispWide(rBase, field_offset, rl_result.low_reg,
477 LoadWordDisp(rBase, field_offset, rl_result.low_reg)
626 int field_offset; local
687 int field_offset; local
    [all...]
  /art/compiler/llvm/
gbc_expander.cc 1121 int field_offset = local
1144 int field_offset = local
1168 int field_offset = local
1189 int field_offset = local
1630 int field_offset; local
1692 int field_offset; local
1894 int field_offset; local
1978 int field_offset; local
    [all...]
  /art/runtime/verifier/
method_verifier.cc 3646 uint32_t field_offset = static_cast<uint32_t>(inst->VRegC_22c()); local
    [all...]

Completed in 397 milliseconds