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.h326 bool IsNative() { function in class:art::FINAL
536 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());
2481 if (m->IsNative()) {
2814 location->dex_pc = (m->IsNative() || m->IsProxyMethod()) ? static_cast<uint32_t>(-1) : dex_pc;
3004 CHECK(!m->IsNative());
3427 if (!m->IsNative() && !m->IsProxyMethod()) {
3444 if (m->IsNative() ||
4575 bool IsNative() const { function in class:art::HeapChunkContext
[all...]

Completed in 80 milliseconds