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

  /art/runtime/
thread_state.h 47 kNative, // RUNNABLE TS_RUNNING running in a JNI native method
runtime.cc 398 ScopedThreadStateChange tsc(Thread::Current(), kNative);
488 // Restore main thread state to kNative as expected by native code.
491 self->TransitionFromRunnableToSuspended(kNative);
683 // Must be in the kNative state for calling native methods.
684 CHECK_EQ(self->GetState(), kNative);
    [all...]
  /external/v8/include/
v8-profiler.h 230 kNative = 8, // Native object (not from V8 heap).
  /external/skia/tests/
SkpSkGrTest.cpp 256 static const GLContextType kNative = GrContextFactory::kNative_GLContextType;
410 GrContext* context = contextFactory.get(kNative);
  /external/v8/src/
heap-snapshot-generator.h 83 kNative = v8::HeapGraphNode::kNative,
compiler.h 73 kNative = 1 << 5,
158 void MarkAsNative() { SetFlag(kNative); }
160 bool is_native() const { return GetFlag(kNative); }
objects.h     [all...]

Completed in 2057 milliseconds