HomeSort by relevance Sort by last modified time
    Searched full:routine (Results 1 - 25 of 1547) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /dalvik/vm/mterp/armv5te/
OP_INVOKE_DIRECT_RANGE.S 2 %include "armv5te/OP_INVOKE_DIRECT.S" { "isrange":"1", "routine":"Range" }
OP_INVOKE_INTERFACE_RANGE.S 2 %include "armv5te/OP_INVOKE_INTERFACE.S" { "isrange":"1", "routine":"Range" }
OP_INVOKE_STATIC_RANGE.S 2 %include "armv5te/OP_INVOKE_STATIC.S" { "routine":"Range" }
OP_INVOKE_SUPER_QUICK_RANGE.S 2 %include "armv5te/OP_INVOKE_SUPER_QUICK.S" { "isrange":"1", "routine":"Range" }
OP_INVOKE_SUPER_RANGE.S 2 %include "armv5te/OP_INVOKE_SUPER.S" { "isrange":"1", "routine":"Range" }
OP_INVOKE_VIRTUAL_QUICK_RANGE.S 2 %include "armv5te/OP_INVOKE_VIRTUAL_QUICK.S" { "isrange":"1", "routine":"Range" }
OP_INVOKE_VIRTUAL_RANGE.S 2 %include "armv5te/OP_INVOKE_VIRTUAL.S" { "isrange":"1", "routine":"Range" }
OP_INVOKE_VIRTUAL_QUICK.S 1 %default { "isrange":"0", "routine":"NoRange" }
23 bl common_invokeMethod${routine} @ continue on
OP_INVOKE_STATIC.S 1 %default { "routine":"NoRange" }
17 bne common_invokeMethod${routine} @ yes, continue on
23 bne common_invokeMethod${routine} @ no, continue
  /dalvik/vm/mterp/x86/
OP_INVOKE_DIRECT_RANGE.S 2 %include "x86/OP_INVOKE_DIRECT.S" { "isrange":"1", "routine":"Range" }
OP_INVOKE_INTERFACE_RANGE.S 2 %include "x86/OP_INVOKE_INTERFACE.S" { "isrange":"1", "routine":"Range" }
OP_INVOKE_STATIC_RANGE.S 2 %include "x86/OP_INVOKE_STATIC.S" { "routine":"Range","isrange":"1" }
OP_INVOKE_SUPER_QUICK_RANGE.S 2 %include "x86/OP_INVOKE_SUPER_QUICK.S" { "isrange":"1", "routine":"Range" }
OP_INVOKE_SUPER_RANGE.S 2 %include "x86/OP_INVOKE_SUPER.S" { "isrange":"1", "routine":"Range" }
OP_INVOKE_VIRTUAL_QUICK_RANGE.S 2 %include "x86/OP_INVOKE_VIRTUAL_QUICK.S" { "isrange":"1", "routine":"Range" }
OP_INVOKE_VIRTUAL_RANGE.S 2 %include "x86/OP_INVOKE_VIRTUAL.S" { "isrange":"1", "routine":"Range" }
OP_REM_LONG.S 2 %include "x86/OP_DIV_LONG.S" {"routine":"__moddi3","special":"$0"}
OP_REM_LONG_2ADDR.S 2 %include "x86/OP_DIV_LONG_2ADDR.S" {"routine":"__moddi3","special":"$0"}
OP_INVOKE_STATIC.S 1 %default { "routine":"NoRange","isrange":"0" }
18 jne common_invokeMethod${routine}
35 jne common_invokeMethod${routine}
  /external/qemu/elff/
elff_api.h 32 * Each entry in the array represents a routine, where routine represented
34 * (at index 0) represents information for the inlined routine, referenced by
35 * Elf_AddressInfo structure itself. If name for a routine was not available
36 * (DW_AT_name attribute was missing), routine name is set to "<unknown>".
42 /* Name of the routine where previous routine is inlined.
47 /* Source file name where routine is inlined.
49 * about source file location for the routine. If this field is NULL, content
54 /* Source file directory where routine is inlined.
    [all...]
dwarf_utils.h 26 * Attribute name string. Note that this routine returns "DW_AT_Unknown",
27 * if DWARF attribute value passed to this routine has not been recognized.
35 * Form name string. Note that this routine returns "DW_FORM_Unknown", if
36 * DWARF form value passed to this routine has not been recognized.
44 * Tag name string. Note that this routine returns "DW_TAG_Unknown", if DWARF
45 * tag value passed to this routine has not been recognized.
  /external/qemu/docs/
ANDROID-ELFF.TXT 8 subsystem with information about routine name, source file name and location
17 - Extract information about routine, containing given PC address in the emulated
18 system. Routine information, collected by the library includes:
19 * Routine name
21 * If routine happens to be inlined, library traces inclusion up to the first
22 routine that is not inlined, providing names and source file location
  /external/qemu/android/utils/
mapfile.h 49 * symantics of O_XXX flags defined for standard open routine.
51 * symantics of S_IXXX flags defined for standard open routine.
58 /* Closes a file handle opened with mapfile_open routine.
61 * mapfile_open routine.
67 /* Reads from a file opened with mapfile_open routine.
69 * the regualar read routine.
72 * mapfile_open routine.
76 /* Reads from a specific offset in a file opened with mapfile_open routine.
79 * mapfile_open routine.
91 * mapfile_open routine
    [all...]
  /external/webkit/WebKit/mac/Plugins/Hosted/
WebKitPluginClient.defs 38 routine PCLoadURL(clientPort :mach_port_t;
59 routine PCGetCookies(clientPort :mach_port_t;
65 routine PCSetCookies(clientPort :mach_port_t;
71 routine PCGetProxy(clientPort :mach_port_t;
77 routine PCGetAuthenticationInfo(clientPort :mach_port_t;
88 routine PCConvertPoint(clientPort :mach_port_t;
100 routine PCGetStringIdentifier(clientPort :mach_port_t;
104 routine PCGetIntIdentifier(clientPort :mach_port_t;
108 routine PCGetWindowNPObject(clientPort :mach_port_t;
111 routine PCGetPluginElementNPObject(clientPort :mach_port_t
    [all...]
  /bionic/libc/bionic/
malloc_debug_common.h 73 /* Address of the actual malloc routine. */
75 /* Address of the actual free routine. */
77 /* Address of the actual calloc routine. */
79 /* Address of the actual realloc routine. */
81 /* Address of the actual memalign routine. */
85 /* Malloc debugging initialization routine.
86 * This routine must be implemented in .so modules that implement malloc
87 * debugging. This routine is called once per process from malloc_init_impl
88 * routine implemented in bionic/libc/bionic/malloc_debug_common.c when malloc

Completed in 173 milliseconds

1 2 3 4 5 6 7 8 91011>>