Home
last modified time | relevance | path

Searched defs:GetNumArgs (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandafile/
Dcode_data_accessor.h129 uint32_t GetNumArgs() const in GetNumArgs() function
Dproto_data_accessor-inl.h112 inline uint32_t ProtoDataAccessor::GetNumArgs() in GetNumArgs() function
Dfile_items.h1576 size_t GetNumArgs() in GetNumArgs() function
/arkcompiler/runtime_core/libpandafile/
Dcode_data_accessor.h129 uint32_t GetNumArgs() const in GetNumArgs() function
Dproto_data_accessor-inl.h112 inline uint32_t ProtoDataAccessor::GetNumArgs() in GetNumArgs() function
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_stubs.h43 inline GateRef GetNumArgs(GateRef info) in GetNumArgs() function
/arkcompiler/runtime_core/static_core/runtime/include/
Dcompiler_interface.h118 size_t GetNumArgs() const in GetNumArgs() function
Dmethod.h201 uint32_t GetNumArgs() const in GetNumArgs() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_method.h64 uint32_t GetNumArgs() const in GetNumArgs() function
/arkcompiler/ets_runtime/ecmascript/
Dmethod.h214 uint32_t GetNumArgs() const in GetNumArgs() function
Dframes.h1482 uint32_t GetNumArgs() in GetNumArgs() function
1581 int32_t GetNumArgs() in GetNumArgs() function
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dmethod_literal.h112 uint32_t GetNumArgs() const in GetNumArgs() function
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h7557 uint32_t EcmaInterpreter::GetNumArgs(JSTaggedType *sp, uint32_t restIdx, uint32_t &startIdx) in GetNumArgs() function
Dinterpreter_assembly.cpp7656 uint32_t InterpreterAssembly::GetNumArgs(JSTaggedType *sp, uint32_t restIdx, uint32_t &startIdx) in GetNumArgs() function in panda::ecmascript::InterpreterAssembly