Home
last modified time | relevance | path

Searched defs:IsNative (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/cronet/base/profiler/
H A Dmodule_cache_unittest.cc55 bool IsNative() const override { return is_native_; } in IsNative() function in base::__anonb379e3a90111::IsolatedModule
83 bool IsNative() const override { return is_native_; } in IsNative() function in base::__anonb379e3a90111::FakeModule
H A Dmodule_cache_apple.cc133 bool IsNative() const override { return true; } in IsNative() function in base::MacModule
H A Dmodule_cache_posix.cc116 bool IsNative() const override { return true; } in IsNative() function in base::__anondd9bdd7c0111::PosixModule
H A Dlibunwindstack_unwinder_android.cc57 bool IsNative() const override { return true; } in IsNative() function in base::__anon71e6683e0111::NonElfModule
H A Dmodule_cache_win.cc120 bool IsNative() const override { return true; } in IsNative() function in base::__anonc68390d70111::WindowsModule
H A Dnative_unwinder_android.cc69 bool IsNative() const override { return true; } in IsNative() function in base::__anon876816e30111::NonElfModule
H A Dstack_sampling_profiler_test_util.cc496 bool TestModule::IsNative() const { in IsNative() function in base::TestModule
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_swizzle.h26 int (*IsNative)(rc_opcode opcode, struct rc_src_register reg); member
/aosp_15_r20/art/compiler/driver/
H A Ddex_compilation_unit.h92 bool IsNative() const { in IsNative() function
/aosp_15_r20/art/runtime/
H A Ddebugger.cc552 bool IsNative() const { in IsNative() function in art::HeapChunkContext
/aosp_15_r20/external/openthread/src/core/mac/
H A Dmac_frame.hpp1775 bool IsNative(void) const { return (mFlags & kNativeFlag) != 0; } in IsNative() function in ot::Mac::BeaconPayload