HomeSort by relevance Sort by last modified time
    Searched refs:kField (Results 1 - 15 of 15) sorted by null

  /art/compiler/linker/arm64/
relative_patcher_arm64.h 30 kField, // Field get or array get with constant offset (i.e. constant index).
38 return BakerReadBarrierKindField::Encode(BakerReadBarrierKind::kField) |
relative_patcher_arm64.cc 346 case BakerReadBarrierKind::kField:
363 static_assert(static_cast<uint32_t>(BakerReadBarrierKind::kField) + kTypeTranslationOffset ==
  /external/v8/src/
property.cc 58 if (details.location() == kField) {
layout-descriptor.cc 50 DCHECK(details.location() != kField ||
77 DCHECK(details.location() != kField ||
265 if (details.location() != kField) continue;
property-details.h 75 enum PropertyLocation { kField = 0, kDescriptor = 1 };
82 DATA = (kField << 1) | kData,
84 ACCESSOR = (kField << 1) | kAccessor,
layout-descriptor-inl.h 208 DCHECK(details.location() != kField ||
objects.cc     [all...]
objects-inl.h 56 DCHECK(location() == kField);
    [all...]
code-stub-assembler.cc     [all...]
  /art/runtime/
dex_file.h     [all...]
dex_file.cc     [all...]
  /art/dexdump/
dexdump.cc     [all...]
  /art/runtime/interpreter/
interpreter_common.cc     [all...]
  /external/v8/src/profiler/
heap-snapshot-generator.cc     [all...]
  /art/runtime/verifier/
method_verifier.cc     [all...]

Completed in 349 milliseconds