Home
last modified time | relevance | path

Searched refs:impl (Results 1 – 8 of 8) sorted by relevance

/art/runtime/interpreter/
Dinterpreter_switch_impl.h54 extern "C" void ExecuteSwitchImplAsm(SwitchImplContext* ctx, void* impl, const uint16_t* dexpc)
71 void* impl = reinterpret_cast<void*>(&ExecuteSwitchImplCpp<do_access_check, transaction_active>); in ExecuteSwitchImpl() local
73 ExecuteSwitchImplAsm(&ctx, impl, dex_pc); in ExecuteSwitchImpl()
/art/runtime/gc/space/
Dimage_space_fs.h42 namespace impl {
97 impl::DeleteDirectoryContents(GetDalvikCache("."), false); in PruneDalvikCache()
99 impl::DeleteDirectoryContents(GetDalvikCache(GetInstructionSetString(isa)), false); in PruneDalvikCache()
/art/openjdkjvmti/
Devents-inl.h50 namespace impl {
147 using EventFnType = typename impl::EventFnType<enum_name>::type; \
193 inline std::vector<impl::EventHandlerFunc<kEvent>> EventHandler::CollectEvents(art::Thread* thread, in CollectEvents()
196 std::vector<impl::EventHandlerFunc<kEvent>> handlers; in CollectEvents()
199 impl::EventHandlerFunc<kEvent> h(env); in CollectEvents()
226 std::vector<impl::EventHandlerFunc<kEvent>> handlers = in DispatchClassFileLoadHookEvent()
238 for (const impl::EventHandlerFunc<kEvent>& event : handlers) { in DispatchClassFileLoadHookEvent()
281 std::vector<impl::EventHandlerFunc<kEvent>> events = CollectEvents<kEvent>(thread, args...); in DispatchEvent()
290 std::vector<impl::EventHandlerFunc<kEvent>> events = CollectEvents<kEvent>(thread, in DispatchEvent()
304 impl::EventHandlerFunc<kEvent> func(env); in DispatchEventOnEnv()
[all …]
Devents.h220 namespace impl {
329 inline std::vector<impl::EventHandlerFunc<kEvent>> CollectEvents(art::Thread* thread,
339 static inline void ExecuteCallback(impl::EventHandlerFunc<kEvent> handler,
346 static inline void ExecuteCallback(impl::EventHandlerFunc<kEvent> handler, Args... args)
Dti_method.cc1215 namespace impl { namespace
1251 art::Primitive::Type type = impl::GetJNIType<T>(); in SetLocalVariable()
1252 impl::WriteJvalue(data, &v); in SetLocalVariable()
1266 art::Primitive::Type type = impl::GetJNIType<T>(); in GetLocalVariable()
1271 impl::ReadJvalue(v, data); in GetLocalVariable()
/art/test/1938-transform-abstract-single-impl/
DAndroid.bp3 name: "art-run-test-1938-transform-abstract-single-impl",
/art/runtime/verifier/
Dmethod_verifier.cc109 namespace impl { namespace
5197 impl::MethodVerifier<kVerifierDebug> verifier(self, in VerifyMethod()
5336 << (impl::IsLargeMethod(verifier.CodeItem()) ? " (large method)" : "") in VerifyMethod()
5351 std::unique_ptr<impl::MethodVerifier<false>> verifier( in CalculateVerificationInfo()
5352 new impl::MethodVerifier<false>(self, in CalculateVerificationInfo()
5398 impl::MethodVerifier<false>* verifier = new impl::MethodVerifier<false>( in VerifyMethodAndDump()
5440 impl::MethodVerifier<false> verifier(hs.Self(), in FindLocksAtDexPc()
5479 return new impl::MethodVerifier<false>(self, in CreateVerifier()
5558 !impl::IsCompatThrow(opcode) && in Fail()
/art/test/utils/
Dregen-test-files99 art-run-test-1938-transform-abstract-single-impl