Home
last modified time | relevance | path

Searched defs:numArgs (Results 1 - 25 of 193) sorted by relevance

12345678

/third_party/vk-gl-cts/framework/delibs/deutil/
H A DdeCommandLine.h32 int numArgs; member
H A DdeCommandLine.c146 static void testParse (const char* cmdLine, const char* const* refArgs, int numArgs) in testParse() argument
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_object_stub_builder.h25 BuiltinsObjectStubBuilder(BuiltinsStubBuilder *parent, GateRef glue, GateRef thisValue, GateRef numArgs) in BuiltinsObjectStubBuilder() argument
H A Dbuiltins_number_stub_builder.h25 BuiltinsNumberStubBuilder(BuiltinsStubBuilder *parent, GateRef glue, GateRef thisValue, GateRef numArgs) in BuiltinsNumberStubBuilder() argument
H A Dbuiltins_reflect_stub_builder.h25 BuiltinsReflectStubBuilder(BuiltinsStubBuilder *parent, GateRef glue, GateRef thisValue, GateRef numArgs) in BuiltinsReflectStubBuilder() argument
H A Dbuiltins_collection_stub_builder.h26 BuiltinsCollectionStubBuilder(BuiltinsStubBuilder *parent, GateRef glue, GateRef thisValue, GateRef numArgs) BuiltinsCollectionStubBuilder() argument
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
H A Dets_interop_runtime_interface-inl.h58 uint32_t numArgs = method->GetNumArgs() - skipArgs; variable
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dinvokation_helper.h131 coretypes::TaggedValue InvokeDynEntryPoint(Method *method, uint32_t numArgs, Args... args) in InvokeDynEntryPoint() argument
/third_party/skia/src/core/
H A DSkATrace.cpp36 addTraceEvent(char phase, const uint8_t* categoryEnabledFlag, const char* name, uint64_t id, int numArgs, const char** argNames, const uint8_t* argTypes, const uint64_t* argValues, uint8_t flags) addTraceEvent() argument
/arkcompiler/ets_runtime/test/fuzztest/builtinsarraybufferarraybufferconstructor_fuzzer/
H A Dbuiltinsarraybufferarraybufferconstructor_fuzzer.cpp35 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, JSTaggedValue newTgt, uint32_t numArgs) in CreateEcmaRuntimeCallInfo() argument
/arkcompiler/ets_runtime/test/fuzztest/builtinsarraybufferisview_fuzzer/
H A Dbuiltinsarraybufferisview_fuzzer.cpp35 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, JSTaggedValue newTgt, uint32_t numArgs) in CreateEcmaRuntimeCallInfo() argument
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dinterpreter.cpp37 NewRuntimeCallInfoBase( JSThread *thread, JSTaggedType func, JSTaggedType thisObj, JSTaggedType newTarget, uint32_t numArgs, StackCheck needCheckStack) NewRuntimeCallInfoBase() argument
68 NewRuntimeCallInfo( JSThread *thread, JSTaggedValue func, JSTaggedValue thisObj, JSTaggedValue newTarget, uint32_t numArgs, StackCheck needCheckStack) NewRuntimeCallInfo() argument
76 NewRuntimeCallInfo( JSThread *thread, JSHandle<JSTaggedValue> func, JSHandle<JSTaggedValue> thisObj, JSHandle<JSTaggedValue> newTarget, uint32_t numArgs, StackCheck needCheckStack) NewRuntimeCallInfo() argument
84 ReBuildRuntimeCallInfo(JSThread *thread, EcmaRuntimeCallInfo* info, int numArgs, StackCheck needCheckStack) ReBuildRuntimeCallInfo() argument
[all...]
/third_party/lzma/CPP/7zip/UI/Console/
H A DMainAr.cpp97 main( int numArgs, char *args[] ) main() argument
/third_party/skia/third_party/externals/angle2/src/common/
H A Devent_tracer.cpp27 AddTraceEvent(PlatformMethods *platform, char phase, const unsigned char *categoryGroupEnabled, const char *name, unsigned long long id, int numArgs, const char **argNames, const unsigned char *argTypes, const unsigned long long *argValues, unsigned char flags) AddTraceEvent() argument
/third_party/skia/third_party/externals/dawn/src/dawn_platform/
H A DDawnPlatform.cpp39 AddTraceEvent(char phase, const unsigned char* categoryGroupEnabled, const char* name, uint64_t id, double timestamp, int numArgs, const char** argNames, const unsigned char* argTypes, const uint64_t* argValues, unsigned char flags) AddTraceEvent() argument
/third_party/skia/third_party/externals/dawn/src/dawn_platform/tracing/
H A DEventTracer.cpp35 AddTraceEvent(Platform* platform, char phase, const unsigned char* categoryGroupEnabled, const char* name, uint64_t id, int numArgs, const char** argNames, const unsigned char* argTypes, const uint64_t* argValues, unsigned char flags) AddTraceEvent() argument
/third_party/skia/tools/trace/
H A DSkDebugfTracer.cpp11 addTraceEvent(char phase, const uint8_t* categoryEnabledFlag, const char* name, uint64_t id, int numArgs, const char** argNames, const uint8_t* argTypes, const uint64_t* argValues, uint8_t flags) addTraceEvent() argument
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapforeach_fuzzer/
H A Dcontainerslightweightmapforeach_fuzzer.cpp40 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo() argument
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapentries_fuzzer/
H A Dcontainerslightweightmapentries_fuzzer.cpp40 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo() argument
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapisempty_fuzzer/
H A Dcontainerslightweightmapisempty_fuzzer.cpp40 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo() argument
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmaphasall_fuzzer/
H A Dcontainerslightweightmaphasall_fuzzer.cpp40 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo() argument
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightsetentries_fuzzer/
H A Dcontainerslightweightsetentries_fuzzer.cpp40 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo() argument
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightsethas_fuzzer/
H A Dcontainerslightweightsethas_fuzzer.cpp40 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo() argument
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightsetvalues_fuzzer/
H A Dcontainerslightweightsetvalues_fuzzer.cpp40 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo() argument
/arkcompiler/ets_runtime/test/fuzztest/containerslistclear_fuzzer/
H A Dcontainerslistclear_fuzzer.cpp40 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo() argument

Completed in 14 milliseconds

12345678