HomeSort by relevance Sort by last modified time
    Searched refs:caller_mh (Results 1 - 2 of 2) sorted by null

  /art/runtime/entrypoints/portable/
portable_trampoline_entrypoints.cc 57 PortableArgumentVisitor(MethodHelper& caller_mh, mirror::ArtMethod** sp)
59 caller_mh_(caller_mh),
60 args_in_regs_(ComputeArgsInRegs(caller_mh)),
61 num_params_(caller_mh.NumArgs()),
145 BuildPortableShadowFrameVisitor(MethodHelper& caller_mh, mirror::ArtMethod** sp,
147 PortableArgumentVisitor(caller_mh, sp), sf_(sf), cur_reg_(first_arg_reg) { }
230 BuildPortableArgumentVisitor(MethodHelper& caller_mh, mirror::ArtMethod** sp,
232 PortableArgumentVisitor(caller_mh, sp), soa_(soa), args_(args) {}
  /external/qemu/distrib/sdl-1.2.15/src/loadso/macosx/
SDL_dlcompat.c 651 const struct mach_header *caller_mh = 0; local
663 caller_mh = image_for_address(caller);
670 if (dyld_NSIsSymbolNameDefinedInImage(caller_mh, symbol))
672 nssym = dyld_NSLookupSymbolInImage(caller_mh,
682 nssym = search_linked_libs(caller_mh, symbol);
    [all...]

Completed in 798 milliseconds