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

/external/skia/bench/
H A 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/
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 Dheap-snapshot-generator.h83 kNative = v8::HeapGraphNode::kNative, enumerator in enum:v8::internal::BASE_EMBEDDED::Type
H A Dheap-snapshot-generator.cc154 case kNative: return "/native/";
1566 HeapEntry::kNative, "system / JSArrayBufferData", size_);
2308 new BasicHeapEntriesAllocator(snapshot, HeapEntry::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);
H A Dobjects-inl.h5580 BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, native, kNative)
/external/chromium_org/v8/include/
H A Dv8-profiler.h230 kNative = 8, // Native object (not from V8 heap). enumerator in enum:v8::HeapGraphNode::Type
/external/chromium_org/third_party/skia/tests/
H A DSkpSkGrTest.cpp256 static const GLContextType kNative = GrContextFactory::kNative_GLContextType; variable
410 GrContext* context = contextFactory.get(kNative);
/external/skia/tests/
H A DSkpSkGrTest.cpp258 static const GLContextType kNative = GrContextFactory::kNative_GLContextType; variable
412 GrContext* context = contextFactory.get(kNative);
/external/chromium_org/v8/src/arm/
H A Dbuiltins-arm.cc1085 __ tst(r3, Operand(1 << (SharedFunctionInfo::kNative + kSmiTagSize)));
1293 __ tst(r2, Operand(1 << (SharedFunctionInfo::kNative + kSmiTagSize)));
H A Dcode-stubs-arm.cc2441 __ tst(r4, Operand(1 << (SharedFunctionInfo::kNative + kSmiTagSize)));
H A Dlithium-codegen-arm.cc3502 __ tst(scratch, Operand(1 << (SharedFunctionInfo::kNative + kSmiTagSize)));
/external/chromium_org/v8/src/arm64/
H A Dbuiltins-arm64.cc1081 (1 << SharedFunctionInfo::kNative),
1284 __ Tbnz(x10, SharedFunctionInfo::kNative, &push_receiver);
H A Dcode-stubs-arm64.cc2753 __ Tbnz(w4, SharedFunctionInfo::kNative, cont);
H A Dlithium-codegen-arm64.cc5928 __ Tbnz(result, SharedFunctionInfo::kNative, &copy_receiver);
/external/chromium_org/v8/src/mips/
H A Dbuiltins-mips.cc1107 __ And(t3, a3, Operand(1 << (SharedFunctionInfo::kNative + kSmiTagSize)));
1311 __ And(t3, a2, Operand(1 << (SharedFunctionInfo::kNative + kSmiTagSize)));
H A Dcode-stubs-mips.cc2576 int32_t native_mask = 1 << (SharedFunctionInfo::kNative + kSmiTagSize);
H A Dlithium-codegen-mips.cc3414 int32_t native_mask = 1 << (SharedFunctionInfo::kNative + kSmiTagSize);
/external/chromium_org/v8/test/cctest/
H A Dtest-heap-profiler.cc1500 native_group_aaa, v8::HeapGraphNode::kNative, "aaa / 100 entries");
1507 native_group_ccc, v8::HeapGraphNode::kNative, "ccc");

Completed in 496 milliseconds