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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_swizzle.h 48 int (*IsNative)(rc_opcode opcode, struct rc_src_register reg);
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_swizzle.h 48 int (*IsNative)(rc_opcode opcode, struct rc_src_register reg);
  /art/compiler/driver/
dex_compilation_unit.h 87 bool IsNative() const {
  /external/chromium_org/content/browser/accessibility/
browser_accessibility.cc 86 bool BrowserAccessibility::IsNative() const {
browser_accessibility_android.cc 23 bool BrowserAccessibilityAndroid::IsNative() const {
browser_accessibility_gtk.cc 465 bool BrowserAccessibilityGtk::IsNative() const {
browser_accessibility_win.cc     [all...]
  /external/v8/src/
compiler.h 92 flags_ |= IsNative::encode(true);
95 return IsNative::decode(flags_);
219 class IsNative: public BitField<bool, 6, 1> {};
  /art/runtime/mirror/
art_method.h 111 bool IsNative() const {
304 CHECK(IsNative());
  /external/chromium_org/v8/src/
compiler.h 113 flags_ |= IsNative::encode(true);
117 return IsNative::decode(flags_);
354 class IsNative: public BitField<bool, 6, 1> {};

Completed in 610 milliseconds