Home
last modified time | relevance | path

Searched defs:ARGC (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Dcommon_call.h43 enum BuiltinsLeaveFrameArgId : unsigned {CODE_ADDRESS = 0, ENV, ARGC, ARGV}; enumerator
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dets_vm_plugin.cpp230 size_t constexpr ARGC = 1; in CreateRuntimeLegacy() local
275 size_t constexpr ARGC = 1; in CreateRuntimeViaAni() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbc_call_signature.h720 ARGC = ARG0, enumerator