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

/external/v8/include/
H A Dv8-profiler.h230 kNative = 8, // Native object (not from V8 heap). enumerator in enum:v8::HeapGraphNode::Type
/external/v8/src/
H A Dheap-snapshot-generator.h83 kNative = v8::HeapGraphNode::kNative, enumerator in enum:v8::internal::BASE_EMBEDDED::Type
H A Dcompiler.h73 kNative = 1 << 5, enumerator in enum:v8::internal::CompilationInfo::Flag
158 void MarkAsNative() { SetFlag(kNative); }
160 bool is_native() const { return GetFlag(kNative); }
H A Dobjects.h6998 kNative, enumerator in enum:v8::internal::SharedFunctionInfo::CompilerHints
7044 (kNative + kCompilerHintsSmiTagSize) % kBitsPerByte;
7050 (kNative + kCompilerHintsSmiTagSize) / kBitsPerByte;
7057 ((kNative + kCompilerHintsSmiTagSize) / kBitsPerByte);
/external/skia/tests/
H A DSkpSkGrTest.cpp256 static const GLContextType kNative = GrContextFactory::kNative_GLContextType; variable
410 GrContext* context = contextFactory.get(kNative);

Completed in 117 milliseconds