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

  /external/python/cpython2/Modules/_ctypes/libffi/src/aarch64/
ffi.c 47 struct call_context struct
74 get_x_addr (struct call_context *context, unsigned n)
80 get_s_addr (struct call_context *context, unsigned n)
90 get_d_addr (struct call_context *context, unsigned n)
100 get_v_addr (struct call_context *context, unsigned n)
109 get_basic_type_addr (unsigned short type, struct call_context *context,
223 ffi_call_SYSV (unsigned (*)(struct call_context *context, unsigned char *,
225 struct call_context *context,
449 allocate_to_x (struct call_context *context, struct arg_state *state)
456 allocate_to_s (struct call_context *context, struct arg_state *state
    [all...]
  /external/v8/src/crankshaft/
hydrogen.h 890 AstContext* call_context() { return call_context_; } function in class:v8::internal::final
2131 AstContext* call_context() const { function in class:v8::internal::HOptimizedGraphBuilder
    [all...]

Completed in 105 milliseconds