HomeSort by relevance Sort by last modified time
    Searched refs:IsNative (Results 26 - 49 of 49) sorted by null

12

  /art/runtime/jit/
jit_code_cache.cc 695 if (method->IsNative()) {
749 if (method->IsNative()) {
782 if (old_method->IsNative()) {
    [all...]
jit.cc 644 if (method->IsClassInitializer() || method->IsNative() || !method->IsCompilable()) {
profile_saver.cc 346 if (!method.IsNative()) {
    [all...]
  /art/runtime/
jni_internal.cc 100 DCHECK(cur_method->IsNative());
127 DCHECK(cur_method->IsNative());
151 DCHECK(cur_method->IsNative());
418 if (kNative == method.IsNative() && name == method.GetName() && method.GetSignature() == sig) {
    [all...]
java_vm_ext.cc     [all...]
thread.cc     [all...]
class_linker.cc     [all...]
monitor.cc     [all...]
class_linker_test.cc     [all...]
runtime.cc     [all...]
  /art/runtime/interpreter/
interpreter_common.cc     [all...]
  /external/v8/src/
messages.cc 455 bool JSStackFrame::IsNative() {
480 if (call_site->IsNative()) {
    [all...]
  /art/compiler/
image_writer.cc 646 if (m->IsNative()) {
    [all...]
oat_writer.cc     [all...]
  /art/runtime/openjdkjvmti/
ti_stack.cc 815 if (closure.method->IsNative()) {
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 716 DCHECK(!method->IsNative()) << method->PrettyMethod();
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
r3xx_vertprog.c 866 .IsNative = &swizzle_is_native,
  /external/v8/src/parsing/
parser.h 752 V8_INLINE bool IsNative(Expression* expr) const {
    [all...]
preparser.h     [all...]
parser-base.h     [all...]
  /art/imgdiag/
imgdiag.cc     [all...]
  /art/runtime/mirror/
class.cc     [all...]
  /art/oatdump/
oatdump.cc     [all...]
  /art/runtime/verifier/
method_verifier.cc     [all...]

Completed in 416 milliseconds

12