Searched refs:kNative (Results 1 - 12 of 12) sorted by relevance

/external/v8/include/
H A Dv8-profiler.h273 kNative = 8, // Native object (not from V8 heap). enumerator in enum:v8::HeapGraphNode::Type
/external/v8/src/profiler/
H A Dheap-snapshot-generator.h88 kNative = v8::HeapGraphNode::kNative, enumerator in enum:v8::internal::BASE_EMBEDDED::Type
H A Dheap-snapshot-generator.cc152 case kNative: return "/native/";
1554 HeapEntry::kNative, "system / JSArrayBufferData", size_);
2297 new BasicHeapEntriesAllocator(snapshot, HeapEntry::kNative);
/external/skia/tests/
H A DSkpSkGrTest.cpp260 static const GLContextType kNative = GrContextFactory::kNative_GLContextType; variable
414 GrContext* context = contextFactory.get(kNative);
/external/v8/src/parsing/
H A Dparser.h57 FLAG_ACCESSOR(kNative, is_native, set_native)
169 kNative = 1 << 6, enumerator in enum:v8::internal::ParseInfo::Flag
/external/v8/test/cctest/
H A Dtest-heap-profiler.cc1516 native_group_aaa, v8::HeapGraphNode::kNative, "aaa / 100 entries");
1523 native_group_ccc, v8::HeapGraphNode::kNative, "ccc");
/external/v8/src/arm64/
H A Dbuiltins-arm64.cc1985 (1 << SharedFunctionInfo::kNative) |
/external/v8/src/
H A Dobjects.h7010 kNative, enumerator in enum:v8::internal::SharedFunctionInfo::CompilerHints
7087 static const int kNativeBit = kNative + kCompilerHintsSmiTagSize;
7117 static const int kNativeByteOffset = BYTE_OFFSET(kNative);
H A Dobjects-inl.h5802 BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, native, kNative)
/external/v8/src/crankshaft/arm/
H A Dlithium-codegen-arm.cc3178 __ tst(scratch, Operand(1 << (SharedFunctionInfo::kNative + kSmiTagSize)));
/external/v8/src/crankshaft/arm64/
H A Dlithium-codegen-arm64.cc5671 __ Tbnz(result, SharedFunctionInfo::kNative, &copy_receiver);
/external/v8/src/crankshaft/mips/
H A Dlithium-codegen-mips.cc3116 int32_t native_mask = 1 << (SharedFunctionInfo::kNative + kSmiTagSize);

Completed in 708 milliseconds