HomeSort by relevance Sort by last modified time
    Searched defs:kNative (Results 1 - 7 of 7) sorted by null

  /art/runtime/
thread_state.h 49 kNative, // RUNNABLE TS_RUNNING running in a JNI native method
runtime.cc 460 ScopedThreadStateChange tsc(Thread::Current(), kNative);
579 // Restore main thread state to kNative as expected by native code.
582 self->TransitionFromRunnableToSuspended(kNative);
791 // Must be in the kNative state for calling native methods.
792 CHECK_EQ(self->GetState(), kNative);
    [all...]
  /external/v8/include/
v8-profiler.h 280 kNative = 8, // Native object (not from V8 heap).
  /external/skia/tests/
SkpSkGrTest.cpp 260 static const GLContextType kNative = GrContextFactory::kNative_GLContextType;
414 GrContext* context = contextFactory.get(kNative);
  /external/v8/src/profiler/
heap-snapshot-generator.h 88 kNative = v8::HeapGraphNode::kNative,
  /external/v8/src/parsing/
parser.h 56 FLAG_ACCESSOR(kNative, is_native, set_native)
165 kNative = 1 << 5,
    [all...]
  /external/v8/src/
objects.h     [all...]

Completed in 413 milliseconds