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 435 ScopedThreadStateChange tsc(Thread::Current(), kNative);
554 // Restore main thread state to kNative as expected by native code.
557 self->TransitionFromRunnableToSuspended(kNative);
766 // Must be in the kNative state for calling native methods.
767 CHECK_EQ(self->GetState(), kNative);
    [all...]
  /external/v8/include/
v8-profiler.h 273 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 57 FLAG_ACCESSOR(kNative, is_native, set_native)
169 kNative = 1 << 6,
    [all...]
  /external/v8/src/
objects.h     [all...]

Completed in 90 milliseconds