HomeSort by relevance Sort by last modified time
    Searched full:art_portable_push_shadow_frame_from_code (Results 1 - 4 of 4) sorted by null

  /art/compiler/llvm/
runtime_support_llvm_func_list.h 25 V(PushShadowFrame, art_portable_push_shadow_frame_from_code) \
art_module.ll 46 declare %ShadowFrame* @art_portable_push_shadow_frame_from_code(%JavaObject*, %ShadowFrame*, %JavaObject*, i32)
  /art/runtime/entrypoints/portable/
portable_thread_entrypoints.cc 89 extern "C" ShadowFrame* art_portable_push_shadow_frame_from_code(Thread* thread, function in namespace:art
  /art/compiler/llvm/generated/
art_module.cc 444 Function* func_art_portable_push_shadow_frame_from_code = mod->getFunction("art_portable_push_shadow_frame_from_code");
449 /*Name=*/"art_portable_push_shadow_frame_from_code", mod); // (external, no body)
    [all...]

Completed in 300 milliseconds