Home
last modified time | relevance | path

Searched refs:UnlockObject (Results 1 – 6 of 6) sorted by relevance

/art/compiler/llvm/
Druntime_support_llvm_func_list.h22 V(UnlockObject, art_portable_unlock_object_from_code) \
Druntime_support_builder.cc172 Function* slow_func = GetRuntimeSupportFunction(runtime_support::UnlockObject); in EmitUnlockObject()
Dintrinsic_func_list.def231 _EVAL_DEF_INTRINSICS_FUNC(UnlockObject,
Dgbc_expander.cc2941 case IntrinsicHelper::UnlockObject: { in ExpandIntrinsic()
/art/runtime/entrypoints/quick/
Dquick_entrypoints_list.h68 V(UnlockObject, void, void*) \
/art/runtime/arch/
Dstub_test.cc815 TEST_F(StubTest, UnlockObject) { in TEST_F() argument