Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_stubs.h43 inline GateRef GetNumArgs(GateRef info) 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/runtime_core/runtime/include/
Dcompiler_interface.h96 size_t GetNumArgs() const in GetNumArgs() function
Dmethod.h221 uint32_t GetNumArgs() const in GetNumArgs() function
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dmethod_literal.h112 uint32_t GetNumArgs() const in GetNumArgs() function
/arkcompiler/ets_runtime/ecmascript/
Dmethod.h203 uint32_t GetNumArgs() const in GetNumArgs() function
Dframes.h1233 int32_t GetNumArgs() in GetNumArgs() function
1310 int32_t GetNumArgs() in GetNumArgs() function
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h7146 uint32_t EcmaInterpreter::GetNumArgs(JSTaggedType *sp, uint32_t restIdx, uint32_t &startIdx) in GetNumArgs() function
Dinterpreter_assembly.cpp7469 uint32_t InterpreterAssembly::GetNumArgs(JSTaggedType *sp, uint32_t restIdx, uint32_t &startIdx) in GetNumArgs() function in panda::ecmascript::InterpreterAssembly