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

/art/compiler/driver/
H A Ddex_compilation_unit.h89 bool IsNative() const { function in class:art::DexCompilationUnit
/art/runtime/
H A Dart_method.h342 bool IsNative() { function in class:art::FINAL
552 DCHECK(IsNative());
H A Ddebugger.cc145 if (method->IsNative()) {
171 if (method->IsNative()) {
583 !m.IsNative() &&
1403 location->dex_pc = (m->IsNative() || m->IsProxyMethod()) ? static_cast<uint64_t>(-1) : dex_pc;
1578 DCHECK(m->IsNative() || m->IsProxyMethod());
2500 if (m->IsNative()) {
2833 location->dex_pc = (m->IsNative() || m->IsProxyMethod()) ? static_cast<uint32_t>(-1) : dex_pc;
3023 CHECK(!m->IsNative());
3446 if (!m->IsNative() && !m->IsProxyMethod()) {
3463 if (m->IsNative() ||
4601 bool IsNative() const { function in class:art::HeapChunkContext
[all...]

Completed in 5642 milliseconds