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

  /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 89 bool IsNative() const {
  /art/runtime/
art_method.h 249 bool IsNative() {
449 DCHECK(!IsNative());
481 DCHECK(!IsNative());
487 DCHECK(IsNative());
496 DCHECK(IsNative());
debugger.cc 155 if (method->IsNative()) {
181 if (method->IsNative()) {
    [all...]
  /external/v8/src/
messages.cc 433 bool JSStackFrame::IsNative() {
464 if (call_site->IsNative()) {
    [all...]
  /external/v8/src/parsing/
parser.h 738 V8_INLINE bool IsNative(Expression* expr) const {
    [all...]
preparser.h     [all...]

Completed in 500 milliseconds