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

  /art/runtime/
proxy_test.cc 114 EXPECT_FALSE(field->IsPrimitiveType());
122 EXPECT_FALSE(field->IsPrimitiveType());
method_handles.cc 111 inline bool IsPrimitiveType(Primitive::Type type) {
145 if (IsReferenceType(to_primitive) && IsPrimitiveType(from_primitive)) {
150 if (IsPrimitiveType(to_primitive) && IsReferenceType(from_primitive)) {
218 if (IsPrimitiveType(from_type) && IsPrimitiveType(to_type)) {
242 DCHECK(IsPrimitiveType(from_type));
275 DCHECK(IsPrimitiveType(to_type));
    [all...]
art_field.h 211 bool IsPrimitiveType() REQUIRES_SHARED(Locks::mutator_lock_);
art_field-inl.h 299 inline bool ArtField::IsPrimitiveType() REQUIRES_SHARED(Locks::mutator_lock_) {
instrumentation.cc 72 DCHECK(!field->IsPrimitiveType());
    [all...]
class_linker_test.cc 367 if (!field->IsPrimitiveType()) {
    [all...]
  /external/protobuf/src/google/protobuf/compiler/objectivec/
objectivec_helpers.h 160 bool IsPrimitiveType(const FieldDescriptor* field);
objectivec_helpers.cc 603 bool IsPrimitiveType(const FieldDescriptor* field) {
622 return !IsPrimitiveType(field);
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/objectivec/
objectivec_helpers.h 164 bool IsPrimitiveType(const FieldDescriptor* field);
  /frameworks/compile/slang/
slang_rs_export_type.h 406 static bool IsPrimitiveType(const clang::Type *T);
slang_rs_export_type.cpp 227 if (!RSExportPrimitiveType::IsPrimitiveType(BaseElementType)) {
    [all...]
  /art/runtime/entrypoints/
entrypoint_utils-inl.h 379 if (UNLIKELY(resolved_field->IsPrimitiveType() != is_primitive ||
647 if (UNLIKELY(resolved_field->IsPrimitiveType() != is_primitive ||
    [all...]
  /art/openjdkjvmti/
ti_heap.cc 326 if (static_field.IsPrimitiveType()) {
347 if (instance_field.IsPrimitiveType()) {
    [all...]

Completed in 1194 milliseconds