Home
last modified time | relevance | path

Searched defs:fun (Results 101 - 125 of 145) sorted by relevance

123456

/third_party/node/deps/v8/src/strings/
H A Dstring-stream.cc400 void StringStream::PrintSecurityTokenIfChanged(JSFunction fun) { in PrintSecurityTokenIfChanged() argument
409 void StringStream::PrintFunction(JSFunction fun, Object receiver, Code* code) { in PrintFunction() argument
414 void StringStream::PrintPrototype(JSFunction fun, Object receiver) { in PrintPrototype() argument
[all...]
/third_party/python/Modules/_ctypes/libffi_osx/x86/
H A Dx86-ffi64.c588 ffi_prep_closure( ffi_closure* closure, ffi_cif* cif, void (*fun)(ffi_cif*, void*, void**, void*), void* user_data) ffi_prep_closure() argument
/third_party/python/Lib/test/
H A Dtest_context.py189 def fun(): function
202 def fun(): function
276 def fun(): function
311 def fun(): function
/third_party/node/src/
H A Dnode_builtins.cc313 Local<Function> fun; in LookupAndCompileInternal() local
H A Denv-inl.h722 ThrowError( v8::Local<v8::Value> (fun)v8::Local<v8::String>), const char* errmsg) ThrowError() argument
H A Dnode_api.cc764 jsvm_add_env_cleanup_hook(JSVM_Env env, jsvm_cleanup_hook fun, void* arg) jsvm_add_env_cleanup_hook() argument
775 jsvm_remove_env_cleanup_hook(JSVM_Env env, jsvm_cleanup_hook fun, void* arg) jsvm_remove_env_cleanup_hook() argument
/third_party/node/deps/v8/src/objects/
H A Dcall-site-info.cc311 InferMethodNameFromFastObject(Isolate* isolate, JSObject receiver, JSFunction fun, PrimitiveHeapObject name) InferMethodNameFromFastObject() argument
345 InferMethodNameFromDictionary(Isolate* isolate, Dictionary dictionary, JSFunction fun, PrimitiveHeapObject name) InferMethodNameFromDictionary() argument
370 InferMethodName(Isolate* isolate, JSReceiver receiver, JSFunction fun) InferMethodName() argument
[all...]
/third_party/node/deps/v8/src/runtime/
H A Druntime-debug.cc470 Handle<JSFunction> fun = args.at<JSFunction>(0); in RUNTIME_FUNCTION() local
689 Handle<JSFunction> fun = args.at<JSFunction>(0); in RUNTIME_FUNCTION() local
/third_party/optimized-routines/math/test/
H A Dmathbench.c215 static const struct fun struct
232 } fun; member
[all...]
H A Dulp.c282 struct fun struct
294 } fun; member
313 static const struct fun fun[] = { variable
[all...]
/third_party/python/Modules/_ctypes/libffi_osx/powerpc/
H A Dppc-ffi_darwin.c714 ffi_prep_closure( ffi_closure* closure, ffi_cif* cif, void (*fun)(ffi_cif*, void*, void**, void*), void* user_data) ffi_prep_closure() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/
H A Dconformance_testing.h88 Fun fun; member
96 GeneratorType<Fun> Generator(Fun fun, const char* description) { in Generator() argument
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_pseudocolor.c96 curve_fun fun[3]; member
565 static double poly_eval(const double *const poly, double x, curve_fun fun) in poly_eval() argument
[all...]
/third_party/glslang/SPIRV/
H A DspvIR.h437 void addFunction(Function *fun) { functions.push_back(fun); } in addFunction() argument
/third_party/googletest/googlemock/include/gmock/
H A Dgmock-actions.h765 Action(G&& fun) { // NOLINT in Action() argument
/third_party/node/deps/v8/src/debug/
H A Ddebug-wasm-objects.cc116 auto fun = ApiNatives::InstantiateFunction(Utils::OpenHandle(*tmp)) in GetOrCreateDebugProxyMap() local
H A Ddebug-interface.cc935 i::Handle<i::JSFunction> fun = in GetBuiltin() local
H A Ddebug.cc1465 JSFunction fun = JSFunction::cast(obj); in DiscardBaselineCode() local
1483 JSFunction fun = JSFunction::cast(obj); in DiscardAllBaselineCode() local
1599 JSFunction fun = JSFunction::cast(obj); in InstallDebugBreakTrampoline() local
2490 Object fun = it.frame()->function(); HandleDebugBreak() local
[all...]
/third_party/node/deps/v8/src/json/
H A Djson-stringifier.cc336 Handle<Object> fun; in ApplyToJsonFunction() local
/third_party/node/deps/v8/src/snapshot/
H A Dsnapshot.cc271 i::JSFunction fun = i::JSFunction::cast(o); in ClearReconstructableDataForSerialization() local
[all...]
/third_party/ltp/tools/sparse/sparse-src/
H A Doptions.c233 int (*fun)(const char *arg, const char *opt, const struct flag *, int options); member
/third_party/node/deps/v8/src/compiler/
H A Djs-generic-lowering.cc112 const Runtime::Function* fun = Runtime::FunctionForId(f); in ReplaceWithRuntimeCall() local
/third_party/libabigail/src/
H A Dabg-writer.cc1342 shared_ptr<function_decl> fun = in write_binding() local
/third_party/node/deps/v8/src/wasm/
H A Dwasm-js.cc2739 void SetDummyInstanceTemplate(Isolate* isolate, Handle<JSFunction> fun) { in SetDummyInstanceTemplate() argument
/third_party/node/deps/v8/src/codegen/ia32/
H A Dmacro-assembler-ia32.cc1341 void MacroAssembler::CallDebugOnFunctionCall(Register fun, Register new_target, in CallRecordWriteStub() argument
1429 void MacroAssembler::InvokeFunction(Register fun, Register new_target, in CallRecordWriteStub() argument

Completed in 51 milliseconds

123456