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

  /art/compiler/jni/quick/
jni_compiler.cc 58 const bool is_native = (access_flags & kAccNative) != 0; local
59 CHECK(is_native);
  /art/compiler/
oat_writer.cc 255 bool is_native = (it.GetMemberAccessFlags() & kAccNative) != 0; local
257 is_native, it.GetMethodInvokeType(class_def), it.GetMemberIndex(),
263 bool is_native = (it.GetMemberAccessFlags() & kAccNative) != 0; local
265 is_native, it.GetMethodInvokeType(class_def), it.GetMemberIndex(),
277 bool __attribute__((unused)) is_native,
371 CHECK(gc_map_size != 0 || is_native || status < mirror::Class::kStatusVerified)
372 << &gc_map << " " << gc_map_size << " " << (is_native ? "true" : "false") << " "
    [all...]
  /external/v8/src/
compiler.h 94 bool is_native() const { function in class:v8::internal::BASE_EMBEDDED
objects-debug.cc 608 bool is_native = RegExpImpl::UsesNativeRegExp(); local
616 (is_native ? ascii_data->IsCode() : ascii_data->IsByteArray()));
619 (is_native ? uc16_data->IsCode() : uc16_data->IsByteArray()));
full-codegen.h 555 bool is_native() { return info_->is_native(); } function in class:v8::internal::FullCodeGenerator
runtime.cc 1335 bool is_native = DeclareGlobalsNativeFlag::decode(flags); local
    [all...]
  /external/chromium_org/v8/src/
compiler.h 116 bool is_native() const { function in class:v8::internal::CompilationInfo
full-codegen.h 662 bool is_native() { return info_->is_native(); } function in class:v8::internal::FullCodeGenerator
    [all...]
objects-debug.cc 726 bool is_native = RegExpImpl::UsesNativeRegExp(); local
734 (is_native ? ascii_data->IsCode() : ascii_data->IsByteArray()));
737 (is_native ? uc16_data->IsCode() : uc16_data->IsByteArray()));
    [all...]
runtime.cc 2024 bool is_native = DeclareGlobalsNativeFlag::decode(flags); local
    [all...]

Completed in 165 milliseconds