Home
last modified time | relevance | path

Searched defs:Add (Results 1 – 25 of 58) sorted by relevance

123

/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Doptimized_call.cpp76 __ Add(fp, sp, Immediate(2 * FRAME_SLOT_SIZE)); // 16: skip frame type and tmp in CallRuntime() local
83 __ Add(tmp, glue, Operand(tmp, LSL, 3)); in CallRuntime() local
86 __ Add(argV, fp, Immediate(GetStackArgOffSetToFp(2))); // 2: the third arg id in CallRuntime() local
95 __ Add(sp, sp, Immediate(2 * FRAME_SLOT_SIZE)); in CallRuntime() local
105 __ Add(argc, argc, Immediate(static_cast<int64_t>(CommonArgIdx::ACTUAL_ARGC))); in IncreaseStackForArguments() local
113 __ Add(currentSp, currentSp, Operand(argc, UXTW, FRAME_SLOT_SIZE_LOG2)); in IncreaseStackForArguments() local
155 __ Add(tmpArgV, tmpArgV, Immediate(TRIPLE_SLOT_SIZE)); in JSFunctionEntry() local
312 __ Add(Register(X0), sp, Immediate(0)); in CallBuiltinTrampoline() local
405 __ Add(argV, sp, Immediate(DOUBLE_SLOT_SIZE)); in JSCallInternal() local
407 __ Add(argV, argV, Immediate(kungfu::ArgumentAccessor::GetFixArgsNum() * FRAME_SLOT_SIZE)); in JSCallInternal() local
[all …]
Dasm_interpreter_call.cpp106 …__ Add(argvRegister, argvRegister, Immediate(NUM_MANDATORY_JSFUNC_ARGS * JSTaggedValue::TaggedType… in AsmInterpEntryDispatch() local
115 __ Add(trampoline, glueRegister, Operand(runtimeId, LSL, 3)); in AsmInterpEntryDispatch() local
186 __ Add(temp, glueRegister, Operand(temp, UXTW, 3)); // 3: bc * 8 in JSCallCommonEntry() local
502 …__ Add(temp, currentSlotRegister, Immediate(40)); // 40: skip frame type, numArgs, func, newTarge… in CallNativeWithArgv() local
503 __ Add(Register(FP), temp, Operand(argc, LSL, 3)); // 3: argc * 8 in CallNativeWithArgv() local
505 __ Add(temp, argc, Immediate(NUM_MANDATORY_JSFUNC_ARGS)); in CallNativeWithArgv() local
508 __ Add(Register(X0), currentSlotRegister, Immediate(0)); in CallNativeWithArgv() local
531 …__ Add(Register(FP), temp, Immediate(48)); // 48: skip frame type, numArgs, func, newTarget, this… in CallNativeWithArgv() local
537 __ Add(trampoline, glue, Operand(runtimeId, LSL, 3)); in CallNativeWithArgv() local
594 __ Add(Register(X0), sp, Immediate(0)); in PushCallArgsAndDispatchNative() local
[all …]
Dcommon_call.cpp48 __ Add(fp, sp, Immediate(24)); // 24: skip frame type, prevSp, pc in PushAsmInterpBridgeFrame() local
81 __ Add(Register(FP), sp, Immediate(DOUBLE_SLOT_SIZE)); in PushLeaveFrame() local
109 __ Add(argv, argv, Operand(argc.W(), UXTW, 3)); // 3: argc * 8 in PushArgsWithArgv() local
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dvn.cpp46 void VnObject::Add(Inst *inst) in Add() function in panda::compiler::VnObject
63 void VnObject::Add(uint32_t obj) in Add() function in panda::compiler::VnObject
69 void VnObject::Add(uint64_t obj) in Add() function in panda::compiler::VnObject
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/tests/
Dassembler_aarch64_test.cpp222 __ Add(Register(SP), Register(SP), Immediate(8)); in HWTEST_F_L0() local
223 __ Add(Register(SP), Register(SP), Immediate(-8)); in HWTEST_F_L0() local
224 __ Add(Register(X1), Register(X1), Operand(Register(X2))); in HWTEST_F_L0() local
225 __ Add(Register(X1), Register(X2), Operand(Register(X3), LSL, 3)); in HWTEST_F_L0() local
226 __ Add(Register(X1), Register(X2), Operand(Register(X3), UXTW, 3)); in HWTEST_F_L0() local
227 __ Add(Register(SP), Register(SP), Operand(Register(X2), UXTW, 3)); in HWTEST_F_L0() local
297 __ Add(count, count, Immediate(-1)); in HWTEST_F_L0() local
298 __ Add(base, base, Operand(count, UXTW, 3)); in HWTEST_F_L0() local
303 __ Add(count, count, Immediate(-1)); in HWTEST_F_L0() local
/arkcompiler/toolchain/tooling/base/
Dpt_json.cpp61 bool PtJson::Add(const char *key, bool value) const in Add() function in panda::ecmascript::tooling::PtJson
79 bool PtJson::Add(const char *key, int32_t value) const in Add() function in panda::ecmascript::tooling::PtJson
84 bool PtJson::Add(const char *key, int64_t value) const in Add() function in panda::ecmascript::tooling::PtJson
89 bool PtJson::Add(const char *key, double value) const in Add() function in panda::ecmascript::tooling::PtJson
107 bool PtJson::Add(const char *key, const char *value) const in Add() function in panda::ecmascript::tooling::PtJson
125 bool PtJson::Add(const char *key, const std::unique_ptr<PtJson> &value) const in Add() function in panda::ecmascript::tooling::PtJson
/arkcompiler/runtime_core/libpandabase/utils/
Djson_builder.h109 JsonArrayBuilder &Add(T &&value) & in Add() function
117 JsonArrayBuilder &&Add(T &&value) && in Add() function
Dbit_table.h556 ALWAYS_INLINE size_t Add(Entry entry) in Add() function
636 size_t Add(BitVectorSpan vec) in Add() function
/arkcompiler/runtime_core/libark_defect_scan_aux/tests/unittest/
Dgraph_test.js25 Add(o) { method in Data
/arkcompiler/ets_runtime/ecmascript/ic/
Dproto_change_details.cpp20 JSHandle<ChangeListener> ChangeListener::Add(const JSThread *thread, const JSHandle<ChangeListener>… in Add() function in panda::ecmascript::ChangeListener
/arkcompiler/ets_frontend/es2panda/compiler/base/
Dliterals.h44 void Add(const ir::Literal *lit) in Add() function
/arkcompiler/ets_frontend/es2panda/ir/
DastDump.cpp42 void AstDumper::Add(std::initializer_list<AstDumper::Property> props) in Add() function in panda::es2panda::ir::AstDumper
47 void AstDumper::Add(const AstDumper::Property &prop) in Add() function in panda::es2panda::ir::AstDumper
/arkcompiler/ets_runtime/ecmascript/
Djs_set.cpp23 void JSSet::Add(JSThread *thread, const JSHandle<JSSet> &set, const JSHandle<JSTaggedValue> &value) in Add() function in panda::ecmascript::JSSet
Djs_weak_container.cpp65 void JSWeakSet::Add(JSThread *thread, const JSHandle<JSWeakSet> &weakSet, const JSHandle<JSTaggedVa… in Add() function in panda::ecmascript::JSWeakSet
/arkcompiler/runtime_core/runtime/mem/refstorage/
Dglobal_object_storage.cpp61 Reference *GlobalObjectStorage::Add(const ObjectHeader *object, Reference::ObjectType type) const in Add() function in panda::mem::GlobalObjectStorage
/arkcompiler/runtime_core/platforms/unix/libpandabase/
Dsignal.h43 void Add(int sig) in Add() function
/arkcompiler/ets_frontend/es2panda/compiler/core/
DregAllocator.h139 void Add(ArenaList<IRNode *> &insns, const ir::AstNode *node, Args &&... args) in Add() function
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_hashset.cpp45 void JSAPIHashSet::Add(JSThread *thread, JSHandle<JSAPIHashSet> hashSet, JSHandle<JSTaggedValue> va… in Add() function in panda::ecmascript::JSAPIHashSet
Djs_api_tree_set.cpp25 void JSAPITreeSet::Add(JSThread *thread, const JSHandle<JSAPITreeSet> &set, const JSHandle<JSTagged… in Add() function in panda::ecmascript::JSAPITreeSet
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_weak_set.cpp108 JSTaggedValue BuiltinsWeakSet::Add(EcmaRuntimeCallInfo *argv) in Add() function in panda::ecmascript::builtins::BuiltinsWeakSet
/arkcompiler/runtime_core/compiler/tests/x86/
Dasmjit_test.cpp51 TEST_F(AsmJitTest, Add) in TEST_F() argument
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_queue.cpp50 JSTaggedValue ContainersQueue::Add(EcmaRuntimeCallInfo *argv) in Add() function in panda::ecmascript::containers::ContainersQueue
/arkcompiler/runtime_core/libpandafile/
Dfile_item_container.cpp835 bool ItemContainer::IndexHeaderItem::Add(const std::list<IndexedItem *> &items) in Add() function in panda::panda_file::ItemContainer::IndexHeaderItem
904 bool ItemContainer::IndexItem::Add(IndexedItem *item) in Add() function in panda::panda_file::ItemContainer::IndexItem
992 void ItemContainer::ProtoKey::Add(TypeItem *item) in Add() function in panda::panda_file::ItemContainer::ProtoKey
/arkcompiler/runtime_core/compiler/tests/amd64/
Dasmjit_test.cpp75 TEST_F(AsmJitTest, Add) in TEST_F() argument
/arkcompiler/ets_frontend/es2panda/binder/
Ddeclaration.h132 void Add(T *decl) in Add() function

123