Home
last modified time | relevance | path

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

12345

/arkcompiler/ets_frontend/ets2panda/ir/
DsrcDump.cpp64 void SrcDumper::Add(const std::string &str) in Add() function in ark::es2panda::ir::SrcDumper
69 void SrcDumper::Add(int32_t i) in Add() function in ark::es2panda::ir::SrcDumper
74 void SrcDumper::Add(int64_t l) in Add() function in ark::es2panda::ir::SrcDumper
79 void SrcDumper::Add(float f) in Add() function in ark::es2panda::ir::SrcDumper
84 void SrcDumper::Add(double d) in Add() function in ark::es2panda::ir::SrcDumper
DastDump.cpp32 void AstDumper::Add(std::initializer_list<AstDumper::Property> props) in Add() function in ark::es2panda::ir::AstDumper
37 void AstDumper::Add(const AstDumper::Property &prop) in Add() function in ark::es2panda::ir::AstDumper
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Doptimized_call.cpp66 __ Add(fp, sp, Immediate(2 * FRAME_SLOT_SIZE)); // 2 : 2 means pairs in CallRuntime() local
73 __ Add(tmp, glue, Operand(tmp, LSL, 3)); in CallRuntime() local
76 __ Add(argV, fp, Immediate(GetStackArgOffSetToFp(2))); // 2: the third arg id in CallRuntime() local
85 __ Add(sp, sp, Immediate(2 * FRAME_SLOT_SIZE)); in CallRuntime() local
97 __ Add(argc, argc, Immediate(numExtraArgs)); in IncreaseStackForArguments() local
106 __ Add(currentSp, currentSp, Operand(argc, UXTW, FRAME_SLOT_SIZE_LOG2)); in IncreaseStackForArguments() local
148 __ Add(tmpArgV, tmpArgV, Immediate(TRIPLE_SLOT_SIZE)); in JSFunctionEntry() local
215 __ Add(expectedNumArgs, expectedNumArgs, Immediate(NUM_MANDATORY_JSFUNC_ARGS)); in OptimizedCallAndPushArgv() local
217 __ Add(argV, sp, Immediate(funcSlotOffSet * FRAME_SLOT_SIZE)); // skip numArgs and argv in OptimizedCallAndPushArgv() local
328 __ Add(Register(X0), sp, Immediate(QUADRUPLE_SLOT_SIZE)); in CallBuiltinTrampoline() local
[all …]
Doptimized_fast_call.cpp49 __ Add(tmpArgV, tmpArgV, Immediate(DOUBLE_SLOT_SIZE)); in OptimizedFastCallEntry() local
120 __ Add(expectedNumArgs, expectedNumArgs, Immediate(NUM_MANDATORY_JSFUNC_ARGS)); in OptimizedFastCallAndPushArgv() local
164 __ Add(argV, argV, Immediate(FRAME_SLOT_SIZE)); in OptimizedFastCallAndPushArgv() local
176 __ Add(argV, argV, Immediate(FRAME_SLOT_SIZE)); in OptimizedFastCallAndPushArgv() local
187 __ Add(argV, argV, Immediate(FRAME_SLOT_SIZE)); in OptimizedFastCallAndPushArgv() local
274 __ Add(argV, argV, Immediate(FRAME_SLOT_SIZE)); in JSFastCallWithArgV() local
281 __ Add(argV, argV, Immediate(FRAME_SLOT_SIZE)); in JSFastCallWithArgV() local
288 __ Add(argV, argV, Immediate(FRAME_SLOT_SIZE)); in JSFastCallWithArgV() local
295 __ Add(argV, argV, Immediate(FRAME_SLOT_SIZE)); in JSFastCallWithArgV() local
302 __ Add(argV, argV, Immediate(FRAME_SLOT_SIZE)); in JSFastCallWithArgV() local
[all …]
Dasm_interpreter_call.cpp97 …__ Add(argvRegister, argvRegister, Immediate(NUM_MANDATORY_JSFUNC_ARGS * JSTaggedValue::TaggedType… in AsmInterpEntryDispatch() local
106 __ Add(trampoline, glueRegister, Operand(runtimeId, LSL, 3)); in AsmInterpEntryDispatch() local
180 __ Add(temp, glueRegister, Operand(temp, UXTW, 3)); // 3: bc * 8 in JSCallCommonEntry() local
530 __ Add(temp, currentSlotRegister, Immediate(QUINTUPLE_SLOT_SIZE)); in CallNativeWithArgv() local
532 __ Add(Register(FP), temp, Operand(argc, LSL, 3)); // 3: argc * 8 in CallNativeWithArgv() local
535 __ Add(temp, argc, Immediate(NUM_MANDATORY_JSFUNC_ARGS)); in CallNativeWithArgv() local
538 __ Add(Register(X0), currentSlotRegister, Immediate(0)); in CallNativeWithArgv() local
575 __ Add(Register(FP), temp, Immediate(FRAME_SLOT_SIZE * 6)); in CallNativeWithArgv() local
581 __ Add(trampoline, glue, Operand(runtimeId, LSL, 3)); in CallNativeWithArgv() local
638 __ Add(Register(X0), sp, Immediate(0)); in PushCallArgsAndDispatchNative() local
[all …]
Dcommon_call.cpp37 __ Add(fp, sp, Immediate(24)); // 24: skip frame type, prevSp, pc in PushAsmInterpBridgeFrame() local
70 __ Add(Register(FP), sp, Immediate(DOUBLE_SLOT_SIZE)); in PushLeaveFrame() local
98 __ Add(argv, argv, Operand(argc.W(), UXTW, 3)); // 3: argc * 8 in PushArgsWithArgv() local
118 __ Add(argv, argv, Operand(argc.W(), UXTW, 3)); // 3: argc * 8 in PushArgsWithArgvInPair() local
129 __ Add(argv, argv, Operand(argc.W(), UXTW, 3)); // 3: argc * 8 in PushArgsWithArgvInPair() local
/arkcompiler/ets_runtime/test/jittest/bytecode_to_cir_with_insufficient_profile_007/
Dbytecode_to_cir_with_insufficient_profile_007.ts16 function Add(left, right, addOne) { function
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dvn.cpp44 void VnObject::Add(Inst *inst) in Add() function in panda::compiler::VnObject
61 void VnObject::Add(uint32_t obj) in Add() function in panda::compiler::VnObject
67 void VnObject::Add(uint64_t obj) in Add() function in panda::compiler::VnObject
/arkcompiler/ets_runtime/test/jittest/bytecode_to_cir_with_insufficient_profile_006/
Dbytecode_to_cir_with_insufficient_profile_006.ts20 Add(left, right) { method in TestClass
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/tests/
Dassembler_aarch64_test.cpp216 __ Add(Register(SP), Register(SP), Immediate(8)); in HWTEST_F_L0() local
217 __ Add(Register(SP), Register(SP), Immediate(-8)); in HWTEST_F_L0() local
218 __ Add(Register(X1), Register(X1), Operand(Register(X2))); in HWTEST_F_L0() local
219 __ Add(Register(X1), Register(X2), Operand(Register(X3), LSL, 3)); in HWTEST_F_L0() local
220 __ Add(Register(X1), Register(X2), Operand(Register(X3), UXTW, 3)); in HWTEST_F_L0() local
221 __ Add(Register(SP), Register(SP), Operand(Register(X2), UXTW, 3)); in HWTEST_F_L0() local
291 __ Add(count, count, Immediate(-1)); in HWTEST_F_L0() local
292 __ Add(base, base, Operand(count, UXTW, 3)); in HWTEST_F_L0() local
297 __ Add(count, count, Immediate(-1)); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/
Dpossible_breakpoints_response.h29 void Add(const Location &loc) in Add() function
Dcustom_url_breakpoint_response.h81 void Add(CustomUrlBreakpointResponse &&loc) in Add() function
/arkcompiler/toolchain/tooling/static/types/
Dpossible_breakpoints_response.h29 void Add(const Location &loc) in Add() function
Dcustom_url_breakpoint_response.h81 void Add(CustomUrlBreakpointResponse &&loc) in Add() function
/arkcompiler/toolchain/tooling/dynamic/base/
Dpt_json.cpp59 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, uint32_t value) const in Add() function in panda::ecmascript::tooling::PtJson
94 bool PtJson::Add(const char *key, double value) const in Add() function in panda::ecmascript::tooling::PtJson
114 bool PtJson::Add(const char *key, const char *value) const in Add() function in panda::ecmascript::tooling::PtJson
134 bool PtJson::Add(const char *key, const std::unique_ptr<PtJson> &value) const in Add() function in panda::ecmascript::tooling::PtJson
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dvn.cpp181 void VnObject::Add(Inst *inst) in Add() function in ark::compiler::VnObject
218 void VnObject::Add(HalfObjType obj1, HalfObjType obj2) in Add() function in ark::compiler::VnObject
227 void VnObject::Add(ObjType obj) in Add() function in ark::compiler::VnObject
233 void VnObject::Add(DoubleObjType obj) in Add() function in ark::compiler::VnObject
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Djson_builder.h113 JsonArrayBuilder &Add(T &&value) & in Add() function
121 JsonArrayBuilder &&Add(T &&value) && in Add() function
Dsequence.h25 void Add(double val) in Add() function
/arkcompiler/runtime_core/libpandabase/utils/
Djson_builder.h109 JsonArrayBuilder &Add(T &&value) & in Add() function
117 JsonArrayBuilder &&Add(T &&value) && in Add() function
/arkcompiler/runtime_core/libark_defect_scan_aux/tests/unittest/
Dgraph_test.js26 Add(o) { method in Data
/arkcompiler/ets_frontend/es2panda/compiler/base/
Dliterals.h44 void Add(const ir::Literal *lit) in Add() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Ddebug_info.h62 size_t Add(std::string &&str) in Add() function
/arkcompiler/ets_frontend/es2panda/ir/
DastDump.cpp37 void AstDumper::Add(std::initializer_list<AstDumper::Property> props) in Add() function in panda::es2panda::ir::AstDumper
42 void AstDumper::Add(const AstDumper::Property &prop) in Add() function in panda::es2panda::ir::AstDumper
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DregAllocator.h49 void Add(const ir::AstNode *const node, Args &&...args) in Add() function
/arkcompiler/ets_runtime/ecmascript/ic/
Dproto_change_details.cpp28 JSHandle<ChangeListener> ChangeListener::Add(const JSThread *thread, const JSHandle<ChangeListener>… in Add() function in panda::ecmascript::ChangeListener

12345