Home
last modified time | relevance | path

Searched defs:firstArg (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/tools/aotdump/
Daotdump.cpp98 bool firstArg = true; in GetMethodName() local
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_buffer.cpp484 JSHandle<JSTaggedValue> firstArg = GetCallArg(argv, 0); // 0 means the first arg in Write() local
536 JSHandle<JSTaggedValue> firstArg = GetCallArg(argv, 0); // 0 means the first arg in ToString() local
/arkcompiler/ets_runtime/ecmascript/base/
Dtyped_array_helper.cpp47 JSHandle<JSTaggedValue> firstArg = BuiltinsBase::GetCallArg(argv, 0); in TypedArrayConstructor() local
100 JSHandle<JSTaggedValue> firstArg = BuiltinsBase::GetCallArg(argv, 0); in SharedTypedArrayConstructor() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_typedarray_stub_builder.cpp2532 Label firstArg(env); in Of() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_ir_builder.cpp1118 const size_t firstArg = static_cast<size_t>(CallInputs::FIRST_PARAMETER); in VisitCall() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_ir_builder.cpp1692 const size_t firstArg = static_cast<size_t>(CallInputs::FIRST_PARAMETER); in VisitCall() local