Searched defs:kNative (Results 1 - 5 of 5) sorted by relevance

/external/v8/include/
H A Dv8-profiler.h391 kNative = 8, // Native object (not from V8 heap). enumerator in enum:v8::HeapGraphNode::Type
/external/v8/src/parsing/
H A Dparse-info.h66 FLAG_ACCESSOR(kNative, is_native, set_native)
242 kNative = 1 << 4, enumerator in enum:v8::internal::ParseInfo::Flag
/external/v8/src/profiler/
H A Dheap-snapshot-generator.h91 kNative = v8::HeapGraphNode::kNative, enumerator in enum:v8::internal::BASE_EMBEDDED::Type
/external/skia/tests/
H A DSkpSkGrTest.cpp257 static const ContextType kNative = GrContextFactory::kNativeGL_ContextType; variable
411 GrContext* context = contextFactory.get(kNative);
/external/v8/src/
H A Dobjects.h7534 kNative, enumerator in enum:v8::internal::KeyCollectionMode::SharedFunctionInfo::CompilerHints
7599 static const int kNativeBit = kNative + kCompilerHintsSmiTagSize;
7638 static const int kNativeByteOffset = BYTE_OFFSET(kNative);

Completed in 253 milliseconds