Home
last modified time | relevance | path

Searched refs:kNative (Results 1 – 19 of 19) sorted by relevance

/external/skia/bench/
Dbenchmain.cpp174 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/
Dcompiler.h73 kNative = 1 << 5, enumerator
158 void MarkAsNative() { SetFlag(kNative); } in MarkAsNative()
160 bool is_native() const { return GetFlag(kNative); } in is_native()
Dheap-snapshot-generator.h83 kNative = v8::HeapGraphNode::kNative, enumerator
Dheap-snapshot-generator.cc154 case kNative: return "/native/"; in TypeAsString()
1566 HeapEntry::kNative, "system / JSArrayBufferData", size_); in AllocateEntry()
2308 new BasicHeapEntriesAllocator(snapshot, HeapEntry::kNative); in NativeObjectsExplorer()
Dobjects.h6998 kNative, enumerator
7044 (kNative + kCompilerHintsSmiTagSize) % kBitsPerByte;
7050 (kNative + kCompilerHintsSmiTagSize) / kBitsPerByte;
7057 ((kNative + kCompilerHintsSmiTagSize) / kBitsPerByte);
Dobjects-inl.h5580 BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, native, kNative) in BOOL_ACCESSORS() argument
/external/chromium_org/v8/include/
Dv8-profiler.h230 kNative = 8, // Native object (not from V8 heap). enumerator
/external/skia/tests/
DSkpSkGrTest.cpp258 static const GLContextType kNative = GrContextFactory::kNative_GLContextType; variable
412 GrContext* context = contextFactory.get(kNative); in testOne()
/external/chromium_org/third_party/skia/tests/
DSkpSkGrTest.cpp256 static const GLContextType kNative = GrContextFactory::kNative_GLContextType; variable
410 GrContext* context = contextFactory.get(kNative); in testOne()
/external/chromium_org/v8/src/arm64/
Dbuiltins-arm64.cc1081 (1 << SharedFunctionInfo::kNative), in Generate_FunctionCall()
1284 __ Tbnz(x10, SharedFunctionInfo::kNative, &push_receiver); in Generate_FunctionApply()
Dcode-stubs-arm64.cc2753 __ Tbnz(w4, SharedFunctionInfo::kNative, cont); in EmitContinueIfStrictOrNative()
Dlithium-codegen-arm64.cc5928 __ Tbnz(result, SharedFunctionInfo::kNative, &copy_receiver); in DoWrapReceiver()
/external/chromium_org/v8/src/arm/
Dbuiltins-arm.cc1085 __ tst(r3, Operand(1 << (SharedFunctionInfo::kNative + kSmiTagSize))); in Generate_FunctionCall()
1293 __ tst(r2, Operand(1 << (SharedFunctionInfo::kNative + kSmiTagSize))); in Generate_FunctionApply()
Dcode-stubs-arm.cc2441 __ tst(r4, Operand(1 << (SharedFunctionInfo::kNative + kSmiTagSize))); in EmitContinueIfStrictOrNative()
Dlithium-codegen-arm.cc3502 __ tst(scratch, Operand(1 << (SharedFunctionInfo::kNative + kSmiTagSize))); in DoWrapReceiver()
/external/chromium_org/v8/src/mips/
Dbuiltins-mips.cc1107 __ And(t3, a3, Operand(1 << (SharedFunctionInfo::kNative + kSmiTagSize))); in Generate_FunctionCall()
1311 __ And(t3, a2, Operand(1 << (SharedFunctionInfo::kNative + kSmiTagSize))); in Generate_FunctionApply()
Dcode-stubs-mips.cc2576 int32_t native_mask = 1 << (SharedFunctionInfo::kNative + kSmiTagSize); in EmitContinueIfStrictOrNative()
Dlithium-codegen-mips.cc3414 int32_t native_mask = 1 << (SharedFunctionInfo::kNative + kSmiTagSize); in DoWrapReceiver()
/external/chromium_org/v8/test/cctest/
Dtest-heap-profiler.cc1500 native_group_aaa, v8::HeapGraphNode::kNative, "aaa / 100 entries"); in TEST()
1507 native_group_ccc, v8::HeapGraphNode::kNative, "ccc"); in TEST()