| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/ |
| H A D | inst_builder.cpp | 146 auto numArgs = GetRuntime()->GetMethodTotalArgumentsCount(GetMethod()); in Prepare() local 163 SetParamSpillFill(GetGraph(), paramInst, numArgs, i, type); in Prepare() local 401 void InstBuilder::SetParamSpillFill(Graph *graph, ParameterInst *paramInst, size_t numArgs, size_t i, in SetParamSpillFill() argument
|
| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/ |
| H A D | codegen_intrinsics_ets.cpp | 286 RuntimeInterface::EntrypointId GetStringBuilderAppendStringsEntrypointId(uint32_t numArgs, mem::BarrierType barrierType) in GetStringBuilderAppendStringsEntrypointId() argument [all...] |
| /arkcompiler/runtime_core/static_core/runtime/ |
| H A D | method.cpp | 194 Method(Class *klass, const panda_file::File *pf, panda_file::File::EntityId fileId, panda_file::File::EntityId codeId, uint32_t accessFlags, uint32_t numArgs, const uint16_t *shorty) Method() argument
|
| H A D | class_linker.cpp | 397 size_t numArgs = (methodDataAccessor->IsStatic()) ? pda.GetNumArgs() : (pda.GetNumArgs() + 1); in LoadMethod() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| H A D | builtins_object.cpp | 95 uint32_t numArgs = argv->GetArgsNumber(); in Assign() local
|
| H A D | builtins_ark_tools.cpp | 65 uint32_t numArgs = info->GetArgsNumber(); in ObjectDump() local
|
| H A D | builtins_global.cpp | 679 uint32_t numArgs = msg->GetArgsNumber(); in PrintEntrypoint() local 699 uint32_t numArgs = msg->GetArgsNumber(); in MarkModuleCollectable() local 719 uint32_t numArgs = msg->GetArgsNumber(); in LoadNativeModule() local 1013 uint32_t numArgs = msg->GetArgsNumber(); in IsSendable() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| H A D | builtins_function_stub_builder.cpp | 26 PrototypeApply(GateRef glue, GateRef thisValue, GateRef numArgs, Variable* res, Label *exit, Label *slowPath) PrototypeApply() argument 124 PrototypeBind(GateRef glue, GateRef thisValue, GateRef numArgs, Variable* res, Label *exit, Label *slowPath) PrototypeBind() argument 177 PrototypeCall(GateRef glue, GateRef thisValue, GateRef numArgs, Variable* res, Label *exit, Label *slowPath) PrototypeCall() argument 425 NewTaggedArrayFromArgs(GateRef glue, GateRef startIndex, GateRef length, GateRef numArgs) NewTaggedArrayFromArgs() argument [all...] |
| H A D | linked_hashtable_stub_builder.cpp | 641 GenMapSetConstructor( GateRef nativeCode, GateRef func, GateRef newTarget, GateRef thisValue, GateRef numArgs, GateRef arg0, GateRef argv) GenMapSetConstructor() argument
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | ecma_vm.cpp | 726 constexpr uint32_t numArgs = 2; // function object and this in GenerateInternalNativeMethods() local
|
| H A D | shared_object_factory.cpp | 223 uint32_t numArgs = 2; // function object and this in NewSMethodForNativeFunction() local
|
| /foundation/communication/ipc/ipc/native/src/core/source/ |
| H A D | ipc_object_stub.cpp | 114 const size_t numArgs = args.size(); in Dump() local
|
| /third_party/lzma/CPP/7zip/Bundles/SFXCon/ |
| H A D | SfxCon.cpp | 245 static void GetArguments(int numArgs, char *args[], UStringVector &parts)
in GetArguments() argument 262 Main2( int numArgs, char *args[] ) Main2() argument
|
| /third_party/mesa3d/src/mesa/main/ |
| H A D | ff_fragment_shader.cpp | 470 GLuint i, numArgs = key->unit[unit].NumArgsRGB; in args_match() local
|
| /third_party/vk-gl-cts/external/openglcts/modules/runner/ |
| H A D | glcTestRunner.cpp | 49 RunSession(tcu::Platform& platform, tcu::Archive& archive, const int numArgs, const char* const* args) in RunSession() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| H A D | baseline_compiler.cpp | 1662 uint8_t numArgs = READ_INST_8_1(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 1685 uint8_t numArgs = READ_INST_8_2(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 2254 uint8_t numArgs = READ_INST_8_1(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 2367 uint8_t numArgs = READ_INST_8_1(); BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 4100 int16_t numArgs = READ_INST_16_1(); BYTECODE_BASELINE_HANDLER_IMPLEMENT() local [all...] |
| H A D | baseline_stubs.cpp | 411 GateRef numArgs = TruncInt64ToInt32(startIdxAndNumArgs); in GenerateCircuit() local 1374 GateRef numArgs = ZExtInt32ToPtr(actualNumArgs); in GenerateCircuit() local 1822 GateRef numArgs = ZExtInt32ToPtr(actualNumArgs); in GenerateCircuit() local 2629 GateRef numArgs = TruncInt64ToInt32(startIdxAndNumArgs); in GenerateCircuit() local 3619 GateRef numArgs = Int32Argument(PARAM_INDEX(BaselineWideNewobjrangePrefImm16V8, NUM_ARGS)); GenerateCircuit() local 3838 GateRef numArgs = Int32Argument(PARAM_INDEX(BaselineNewobjrangeImm8Imm8V8, NUM_ARGS)); GenerateCircuit() local 3927 GateRef numArgs = Int32Argument(PARAM_INDEX(BaselineNewobjrangeImm16Imm8V8, NUM_ARGS)); GenerateCircuit() local 4029 GateRef numArgs = ZExtInt32ToPtr(actualNumArgs); GenerateCircuit() local 4095 GateRef numArgs = ZExtInt32ToPtr(actualNumArgs); GenerateCircuit() local 4620 GateRef numArgs = ZExtInt32ToPtr(actualNumArgs); GenerateCircuit() local 4689 GateRef numArgs = ZExtInt32ToPtr(actualNumArgs); GenerateCircuit() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | bytecode_circuit_builder.cpp | 614 size_t numArgs = metaData->GetNumIns(); in BuildFrameArgs() local
|
| H A D | type_info_accessors.cpp | 403 size_t numArgs = acc_.GetNumValueIn(gate); in CallRangeTypeInfoAccessor() local
|
| /foundation/arkui/napi/interfaces/inner_api/cjffi/ark_interop/ |
| H A D | ark_interop_napi.cpp | 344 ARKTS_INLINE void FormatArguments(int32_t numArgs, ARKTS_Value args[], Local<JSValueRef>* result) in FormatArguments() argument 351 ARKTS_Value ARKTS_Call(ARKTS_Env env, ARKTS_Value func, ARKTS_Value thisArg, int32_t numArgs, ARKTS_Value args[]) in ARKTS_Call() argument 372 ARKTS_Value ARKTS_New(ARKTS_Env env, ARKTS_Value clazz, int32_t numArgs, ARKTS_Value args[]) in ARKTS_New() argument [all...] |
| /third_party/lzma/CPP/7zip/UI/Client7z/ |
| H A D | Client7z.cpp | 806 int Z7_CDECL main(int numArgs, const char *args[])
in main() argument
|
| /third_party/lzma/CPP/7zip/Bundles/LzmaSpec/ |
| H A D | LzmaSpec.cpp | 608 int main2(int numArgs, const char *args[])
in main2() argument 700 main(int numArgs, const char *args[])
in main() argument
|
| /third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
| H A D | ANGLEPerfTest.cpp | 74 AddPerfTraceEvent(PlatformMethods *platform, char phase, const unsigned char *categoryEnabledFlag, const char *name, unsigned long long id, double timestamp, int numArgs, const char **argNames, const unsigned char *argTypes, const unsigned long long *argValues, unsigned char flags) AddPerfTraceEvent() argument
|
| /third_party/skia/third_party/externals/angle2/src/third_party/trace_event/ |
| H A D | trace_event.h | 693 const int numArgs = 1; in addTraceEvent() local 713 const int numArgs = 2; in addTraceEvent() local
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| H A D | interpreter_test.cpp | 2557 static void MakeShorty(size_t numArgs, std::vector<uint16_t> *buf) in MakeShorty() argument
|