| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/ |
| D | optimized_call.cpp | 76 __ 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 …]
|
| D | asm_interpreter_call.cpp | 106 …__ 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 …]
|
| D | common_call.cpp | 48 __ 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/ |
| D | vn.cpp | 46 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/ |
| D | assembler_aarch64_test.cpp | 222 __ 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/ |
| D | pt_json.cpp | 61 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/ |
| D | json_builder.h | 109 JsonArrayBuilder &Add(T &&value) & in Add() function 117 JsonArrayBuilder &&Add(T &&value) && in Add() function
|
| D | bit_table.h | 556 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/ |
| D | graph_test.js | 25 Add(o) { method in Data
|
| /arkcompiler/ets_runtime/ecmascript/ic/ |
| D | proto_change_details.cpp | 20 JSHandle<ChangeListener> ChangeListener::Add(const JSThread *thread, const JSHandle<ChangeListener>… in Add() function in panda::ecmascript::ChangeListener
|
| /arkcompiler/ets_frontend/es2panda/compiler/base/ |
| D | literals.h | 44 void Add(const ir::Literal *lit) in Add() function
|
| /arkcompiler/ets_frontend/es2panda/ir/ |
| D | astDump.cpp | 42 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/ |
| D | js_set.cpp | 23 void JSSet::Add(JSThread *thread, const JSHandle<JSSet> &set, const JSHandle<JSTaggedValue> &value) in Add() function in panda::ecmascript::JSSet
|
| D | js_weak_container.cpp | 65 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/ |
| D | global_object_storage.cpp | 61 Reference *GlobalObjectStorage::Add(const ObjectHeader *object, Reference::ObjectType type) const in Add() function in panda::mem::GlobalObjectStorage
|
| /arkcompiler/runtime_core/platforms/unix/libpandabase/ |
| D | signal.h | 43 void Add(int sig) in Add() function
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | regAllocator.h | 139 void Add(ArenaList<IRNode *> &insns, const ir::AstNode *node, Args &&... args) in Add() function
|
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| D | js_api_hashset.cpp | 45 void JSAPIHashSet::Add(JSThread *thread, JSHandle<JSAPIHashSet> hashSet, JSHandle<JSTaggedValue> va… in Add() function in panda::ecmascript::JSAPIHashSet
|
| D | js_api_tree_set.cpp | 25 void JSAPITreeSet::Add(JSThread *thread, const JSHandle<JSAPITreeSet> &set, const JSHandle<JSTagged… in Add() function in panda::ecmascript::JSAPITreeSet
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_weak_set.cpp | 108 JSTaggedValue BuiltinsWeakSet::Add(EcmaRuntimeCallInfo *argv) in Add() function in panda::ecmascript::builtins::BuiltinsWeakSet
|
| /arkcompiler/runtime_core/compiler/tests/x86/ |
| D | asmjit_test.cpp | 51 TEST_F(AsmJitTest, Add) in TEST_F() argument
|
| /arkcompiler/ets_runtime/ecmascript/containers/ |
| D | containers_queue.cpp | 50 JSTaggedValue ContainersQueue::Add(EcmaRuntimeCallInfo *argv) in Add() function in panda::ecmascript::containers::ContainersQueue
|
| /arkcompiler/runtime_core/libpandafile/ |
| D | file_item_container.cpp | 835 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/ |
| D | asmjit_test.cpp | 75 TEST_F(AsmJitTest, Add) in TEST_F() argument
|
| /arkcompiler/ets_frontend/es2panda/binder/ |
| D | declaration.h | 132 void Add(T *decl) in Add() function
|