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

/external/v8/include/
H A Dv8-profiler.h258 kNative = 8, // Native object (not from V8 heap). enumerator in enum:v8::HeapGraphNode::Type
/external/v8/src/
H A Dprofile-generator.h530 kNative = v8::HeapGraphNode::kNative, enumerator in enum:v8::internal::BASE_EMBEDDED::Type
H A Dobjects.h5636 kNative, enumerator in enum:v8::internal::SharedFunctionInfo::CompilerHints
5671 (kNative + kCompilerHintsSmiTagSize) % kBitsPerByte;
5679 (kNative + kCompilerHintsSmiTagSize) / kBitsPerByte;
5689 ((kNative + kCompilerHintsSmiTagSize) / kBitsPerByte);
H A Dprofile-generator.cc1087 case kNative: return "/native/";
2699 new BasicHeapEntriesAllocator(snapshot, HeapEntry::kNative);
H A Dobjects-inl.h3705 BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, native, kNative)
/external/v8/src/arm/
H A Dbuiltins-arm.cc1319 __ tst(r3, Operand(1 << (SharedFunctionInfo::kNative + kSmiTagSize)));
1535 __ tst(r2, Operand(1 << (SharedFunctionInfo::kNative + kSmiTagSize)));
H A Dlithium-codegen-arm.cc2823 __ tst(scratch, Operand(1 << (SharedFunctionInfo::kNative + kSmiTagSize)));
/external/v8/src/mips/
H A Dbuiltins-mips.cc1347 __ And(t3, a3, Operand(1 << (SharedFunctionInfo::kNative + kSmiTagSize)));
1561 __ And(t3, a2, Operand(1 << (SharedFunctionInfo::kNative + kSmiTagSize)));
H A Dlithium-codegen-mips.cc2708 int32_t native_mask = 1 << (SharedFunctionInfo::kNative + kSmiTagSize);
/external/v8/test/cctest/
H A Dtest-heap-profiler.cc882 native_group_aaa, v8::HeapGraphNode::kNative, "aaa / 100 entries");
889 native_group_ccc, v8::HeapGraphNode::kNative, "ccc");

Completed in 211 milliseconds