Searched defs:IsNative (Results 1 - 3 of 3) sorted by relevance

/art/compiler/driver/
H A Ddex_compilation_unit.h90 bool IsNative() const { function in class:art::DexCompilationUnit
/art/runtime/
H A Dart_method.h261 bool IsNative() { function in class:art::FINAL
308 DCHECK(!IsNative<kWithoutReadBarrier>());
475 // Don't do a read barrier in the DCHECK() inside GetAccessFlags() called by IsNative(),
479 if (UNLIKELY(IsNative<kWithoutReadBarrier>()) || UNLIKELY(IsProxyMethod())) {
522 DCHECK(!IsNative<kReadBarrierOption>());
529 DCHECK(IsNative());
538 DCHECK(IsNative());
H A Ddebugger.cc151 if (method->IsNative()) {
180 if (method->IsNative()) {
1493 location->dex_pc = (m->IsNative() || m->IsProxyMethod()) ? static_cast<uint64_t>(-1) : dex_pc;
1687 DCHECK(m->IsNative() || m->IsProxyMethod());
2627 if (m->IsNative()) {
2960 location->dex_pc = (m->IsNative() || m->IsProxyMethod()) ? static_cast<uint32_t>(-1) : dex_pc;
2999 if (!IsDebuggerActive() || m->IsNative()) {
3014 if (!IsDebuggerActive() || m->IsNative()) {
3151 CHECK(!m->IsNative());
3576 if (!m->IsNative()
4762 bool IsNative() const { function in class:art::HeapChunkContext
[all...]

Completed in 398 milliseconds