Searched refs:call_with_args (Results 1 - 4 of 4) sorted by path

/external/chromium_org/extensions/renderer/
H A Dv8_context_native_handler.cc63 v8::Handle<v8::Value> call_with_args[] = { local
68 v8::Handle<v8::Function>::Cast(args[0]), 1, call_with_args); local
/external/pcre/dist/sljit/
H A DsljitNativeX86_32.c420 static SLJIT_INLINE sljit_si call_with_args(struct sljit_compiler *compiler, sljit_si type) function
H A DsljitNativeX86_64.c569 static SLJIT_INLINE sljit_si call_with_args(struct sljit_compiler *compiler, sljit_si type) function
H A DsljitNativeX86_common.c2561 PTR_FAIL_IF(call_with_args(compiler, type));
2612 FAIL_IF(call_with_args(compiler, type));

Completed in 2343 milliseconds