Home
last modified time | relevance | path

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

/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/ets_runtime/ecmascript/jspandafile/
Dmethod_literal.h112 uint32_t GetNumArgs() const in GetNumArgs() function
/arkcompiler/ets_runtime/ecmascript/
Dmethod.h213 uint32_t GetNumArgs() const in GetNumArgs() function
Dframes.h1455 uint32_t GetNumArgs() in GetNumArgs() function
1549 int32_t GetNumArgs() in GetNumArgs() function
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h7294 uint32_t EcmaInterpreter::GetNumArgs(JSTaggedType *sp, uint32_t restIdx, uint32_t &startIdx) in GetNumArgs() function
Dinterpreter_assembly.cpp7551 uint32_t InterpreterAssembly::GetNumArgs(JSTaggedType *sp, uint32_t restIdx, uint32_t &startIdx) in GetNumArgs() function in panda::ecmascript::InterpreterAssembly