/art/runtime/ |
thread_state.h | 41 kNative, // RUNNABLE TS_RUNNING running in a JNI native method
|
runtime.cc | 236 ScopedThreadStateChange tsc(Thread::Current(), kNative); 713 // Restore main thread state to kNative as expected by native code. 715 self->TransitionFromRunnableToSuspended(kNative); 815 // Must be in the kNative state for calling native methods. 816 CHECK_EQ(self->GetState(), kNative); [all...] |
/external/v8/include/ |
v8-profiler.h | 258 kNative = 8, // Native object (not from V8 heap).
|
/external/chromium_org/v8/include/ |
v8-profiler.h | 259 kNative = 8, // Native object (not from V8 heap).
|
/external/skia/bench/ |
benchmain.cpp | 199 static const GLContextType kNative = GrContextFactory::kNative_GLContextType; 207 static const GLContextType kNative = 0, kANGLE = 0, kDebug = 0, kNull = 0; 224 { SkBitmap::kNo_Config, "NONRENDERING", 0, SkBenchmark::kNonRendering_Backend, kNative, true}, 225 { SkBitmap::kARGB_8888_Config, "8888", 0, SkBenchmark::kRaster_Backend, kNative, true}, 226 { SkBitmap::kRGB_565_Config, "565", 0, SkBenchmark::kRaster_Backend, kNative, true}, 228 { SkBitmap::kARGB_8888_Config, "GPU", 0, SkBenchmark::kGPU_Backend, kNative, true}, 229 { SkBitmap::kARGB_8888_Config, "MSAA4", 4, SkBenchmark::kGPU_Backend, kNative, false}, 230 { SkBitmap::kARGB_8888_Config, "MSAA16", 16, SkBenchmark::kGPU_Backend, kNative, false},
|
/external/chromium_org/v8/src/ |
heap-snapshot-generator.h | 104 kNative = v8::HeapGraphNode::kNative,
|
objects.h | [all...] |
/external/v8/src/ |
profile-generator.h | 530 kNative = v8::HeapGraphNode::kNative, [all...] |
objects.h | [all...] |