/external/skia/bench/ |
D | benchmain.cpp | 174 static const GLContextType kNative = GrContextFactory::kNative_GLContextType; variable 183 static const GLContextType kNative = 0, kANGLE = 0, kDebug = 0, kNull = 0; variable 200 { kN32_SkColorType, "NONRENDERING", 0, Benchmark::kNonRendering_Backend, kNative, true}, 201 { kN32_SkColorType, "8888", 0, Benchmark::kRaster_Backend, kNative, true}, 202 { kRGB_565_SkColorType, "565", 0, Benchmark::kRaster_Backend, kNative, true}, 204 { kN32_SkColorType, "GPU", 0, Benchmark::kGPU_Backend, kNative, true}, 205 { kN32_SkColorType, "MSAA4", 4, Benchmark::kGPU_Backend, kNative, false}, 206 { kN32_SkColorType, "MSAA16", 16, Benchmark::kGPU_Backend, kNative, false},
|
/external/chromium_org/v8/src/ |
D | compiler.h | 73 kNative = 1 << 5, enumerator 158 void MarkAsNative() { SetFlag(kNative); } in MarkAsNative() 160 bool is_native() const { return GetFlag(kNative); } in is_native()
|
D | heap-snapshot-generator.h | 83 kNative = v8::HeapGraphNode::kNative, enumerator
|
D | heap-snapshot-generator.cc | 154 case kNative: return "/native/"; in TypeAsString() 1566 HeapEntry::kNative, "system / JSArrayBufferData", size_); in AllocateEntry() 2308 new BasicHeapEntriesAllocator(snapshot, HeapEntry::kNative); in NativeObjectsExplorer()
|
D | objects.h | 6998 kNative, enumerator 7044 (kNative + kCompilerHintsSmiTagSize) % kBitsPerByte; 7050 (kNative + kCompilerHintsSmiTagSize) / kBitsPerByte; 7057 ((kNative + kCompilerHintsSmiTagSize) / kBitsPerByte);
|
D | objects-inl.h | 5580 BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, native, kNative) in BOOL_ACCESSORS() argument
|
/external/chromium_org/v8/include/ |
D | v8-profiler.h | 230 kNative = 8, // Native object (not from V8 heap). enumerator
|
/external/skia/tests/ |
D | SkpSkGrTest.cpp | 258 static const GLContextType kNative = GrContextFactory::kNative_GLContextType; variable 412 GrContext* context = contextFactory.get(kNative); in testOne()
|
/external/chromium_org/third_party/skia/tests/ |
D | SkpSkGrTest.cpp | 256 static const GLContextType kNative = GrContextFactory::kNative_GLContextType; variable 410 GrContext* context = contextFactory.get(kNative); in testOne()
|
/external/chromium_org/v8/src/arm64/ |
D | builtins-arm64.cc | 1081 (1 << SharedFunctionInfo::kNative), in Generate_FunctionCall() 1284 __ Tbnz(x10, SharedFunctionInfo::kNative, &push_receiver); in Generate_FunctionApply()
|
D | code-stubs-arm64.cc | 2753 __ Tbnz(w4, SharedFunctionInfo::kNative, cont); in EmitContinueIfStrictOrNative()
|
D | lithium-codegen-arm64.cc | 5928 __ Tbnz(result, SharedFunctionInfo::kNative, ©_receiver); in DoWrapReceiver()
|
/external/chromium_org/v8/src/arm/ |
D | builtins-arm.cc | 1085 __ tst(r3, Operand(1 << (SharedFunctionInfo::kNative + kSmiTagSize))); in Generate_FunctionCall() 1293 __ tst(r2, Operand(1 << (SharedFunctionInfo::kNative + kSmiTagSize))); in Generate_FunctionApply()
|
D | code-stubs-arm.cc | 2441 __ tst(r4, Operand(1 << (SharedFunctionInfo::kNative + kSmiTagSize))); in EmitContinueIfStrictOrNative()
|
D | lithium-codegen-arm.cc | 3502 __ tst(scratch, Operand(1 << (SharedFunctionInfo::kNative + kSmiTagSize))); in DoWrapReceiver()
|
/external/chromium_org/v8/src/mips/ |
D | builtins-mips.cc | 1107 __ And(t3, a3, Operand(1 << (SharedFunctionInfo::kNative + kSmiTagSize))); in Generate_FunctionCall() 1311 __ And(t3, a2, Operand(1 << (SharedFunctionInfo::kNative + kSmiTagSize))); in Generate_FunctionApply()
|
D | code-stubs-mips.cc | 2576 int32_t native_mask = 1 << (SharedFunctionInfo::kNative + kSmiTagSize); in EmitContinueIfStrictOrNative()
|
D | lithium-codegen-mips.cc | 3414 int32_t native_mask = 1 << (SharedFunctionInfo::kNative + kSmiTagSize); in DoWrapReceiver()
|
/external/chromium_org/v8/test/cctest/ |
D | test-heap-profiler.cc | 1500 native_group_aaa, v8::HeapGraphNode::kNative, "aaa / 100 entries"); in TEST() 1507 native_group_ccc, v8::HeapGraphNode::kNative, "ccc"); in TEST()
|