Home
last modified time | relevance | path

Searched defs:new_code (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/art/runtime/
H A Dinstrumentation.cc260 static void UpdateEntryPoints(ArtMethod* method, const void* new_code) in UpdateEntryPoints()
1207 void Instrumentation::UpdateMethodsCodeImpl(ArtMethod* method, const void* new_code) { in UpdateMethodsCodeImpl()
1241 void Instrumentation::UpdateNativeMethodsCodeToJitCode(ArtMethod* method, const void* new_code) { in UpdateNativeMethodsCodeToJitCode()
1253 void Instrumentation::UpdateMethodsCode(ArtMethod* method, const void* new_code) { in UpdateMethodsCode()
/aosp_15_r20/external/ublksrv/lib/
H A Dublksrv_cmd.c352 unsigned new_code = legacy_op_to_ioctl(cmd_op); in __ublksrv_ctrl_get_info() local
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_code.py193 def new_code(c): function
/aosp_15_r20/art/runtime/gc/space/
H A Dimage_space.cc1423 const void* new_code = forward_code(old_code); in RelocateInPlace() local