Home
last modified time | relevance | path

Searched defs:GetArg (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h308 … inline static JSTaggedValue GetArg(uintptr_t argv, [[maybe_unused]] uint32_t argc, uint32_t index) in GetArg() function
/arkcompiler/runtime_core/runtime/include/
Dcompiler_interface.h116 interpreter::VRegister &GetArg(size_t i) in GetArg() function
/arkcompiler/ets_runtime/ecmascript/
Decma_runtime_call_info.h250 inline JSHandle<JSTaggedValue> GetArg(uint32_t idx) const in GetArg() function
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_stubs.cpp63 GateRef BuiltinsStubBuilder::GetArg(GateRef numArgs, GateRef index) in GetArg() function in panda::ecmascript::kungfu::BuiltinsStubBuilder