| /arkcompiler/runtime_core/libabckit/tests/mock/ |
| D | isa_api_dynamic_impl_mock.cpp | 237 AbckitInst *IcreateGetpropiterator(AbckitGraph *graph, AbckitInst *acc) in IcreateGetpropiterator() 246 AbckitInst *IcreateGetiterator(AbckitGraph *graph, AbckitInst *acc) in IcreateGetiterator() 255 AbckitInst *IcreateGetasynciterator(AbckitGraph *graph, AbckitInst *acc) in IcreateGetasynciterator() 264 AbckitInst *IcreateLdprivateproperty(AbckitGraph *graph, AbckitInst *acc, uint64_t imm0, uint64_t i… in IcreateLdprivateproperty() 275 AbckitInst *IcreateStprivateproperty(AbckitGraph *graph, AbckitInst *acc, uint64_t imm0, uint64_t i… in IcreateStprivateproperty() 288 AbckitInst *IcreateTestin(AbckitGraph *graph, AbckitInst *acc, uint64_t imm0, uint64_t imm1) in IcreateTestin() 299 AbckitInst *IcreateDefinefieldbyname(AbckitGraph *graph, AbckitInst *acc, AbckitString *string, Abc… in IcreateDefinefieldbyname() 310 AbckitInst *IcreateDefinepropertybyname(AbckitGraph *graph, AbckitInst *acc, AbckitString *string, … in IcreateDefinepropertybyname() 398 AbckitInst *IcreateNewobjapply(AbckitGraph *graph, AbckitInst *acc, AbckitInst *input0) in IcreateNewobjapply() 484 AbckitInst *IcreateAdd2(AbckitGraph *graph, AbckitInst *acc, AbckitInst *input0) in IcreateAdd2() [all …]
|
| /arkcompiler/runtime_core/libabckit/src/ |
| D | isa_dynamic_impl_instr_1.cpp | 60 extern "C" AbckitInst *IcreateDYNAMICThrowIfsupernotcorrectcall(AbckitGraph *graph, AbckitInst *acc… in IcreateDYNAMICThrowIfsupernotcorrectcall() 73 …ern "C" AbckitInst *IcreateDYNAMICThrowUndefinedifholewithname(AbckitGraph *graph, AbckitInst *acc, in IcreateDYNAMICThrowUndefinedifholewithname() 88 extern "C" AbckitInst *IcreateDYNAMICCallarg0(AbckitGraph *graph, AbckitInst *acc) in IcreateDYNAMICCallarg0() 101 extern "C" AbckitInst *IcreateDYNAMICCallarg1(AbckitGraph *graph, AbckitInst *acc, AbckitInst *inpu… in IcreateDYNAMICCallarg1() 116 extern "C" AbckitInst *IcreateDYNAMICCallargs2(AbckitGraph *graph, AbckitInst *acc, AbckitInst *inp… in IcreateDYNAMICCallargs2() 134 extern "C" AbckitInst *IcreateDYNAMICCallargs3(AbckitGraph *graph, AbckitInst *acc, AbckitInst *inp… in IcreateDYNAMICCallargs3() 154 extern "C" AbckitInst *IcreateDYNAMICCallrange(AbckitGraph *graph, AbckitInst *acc, size_t argCount… in IcreateDYNAMICCallrange() 171 extern "C" AbckitInst *IcreateDYNAMICWideCallrange(AbckitGraph *graph, AbckitInst *acc, size_t argC… in IcreateDYNAMICWideCallrange() 190 extern "C" AbckitInst *IcreateDYNAMICSupercallspread(AbckitGraph *graph, AbckitInst *acc, AbckitIns… in IcreateDYNAMICSupercallspread() 205 extern "C" AbckitInst *IcreateDYNAMICApply(AbckitGraph *graph, AbckitInst *acc, AbckitInst *input0,… in IcreateDYNAMICApply() [all …]
|
| D | isa_dynamic_impl_instr_2.cpp | 217 extern "C" AbckitInst *IcreateDYNAMICGetpropiterator(AbckitGraph *graph, AbckitInst *acc) in IcreateDYNAMICGetpropiterator() 230 extern "C" AbckitInst *IcreateDYNAMICGetiterator(AbckitGraph *graph, AbckitInst *acc) in IcreateDYNAMICGetiterator() 243 extern "C" AbckitInst *IcreateDYNAMICGetasynciterator(AbckitGraph *graph, AbckitInst *acc) in IcreateDYNAMICGetasynciterator() 255 extern "C" AbckitInst *IcreateDYNAMICLdprivateproperty(AbckitGraph *graph, AbckitInst *acc, uint64_… in IcreateDYNAMICLdprivateproperty() 269 extern "C" AbckitInst *IcreateDYNAMICStprivateproperty(AbckitGraph *graph, AbckitInst *acc, uint64_… in IcreateDYNAMICStprivateproperty() 285 extern "C" AbckitInst *IcreateDYNAMICTestin(AbckitGraph *graph, AbckitInst *acc, uint64_t imm0, uin… in IcreateDYNAMICTestin() 298 extern "C" AbckitInst *IcreateDYNAMICDefinefieldbyname(AbckitGraph *graph, AbckitInst *acc, AbckitS… in IcreateDYNAMICDefinefieldbyname() 315 extern "C" AbckitInst *IcreateDYNAMICDefinepropertybyname(AbckitGraph *graph, AbckitInst *acc, Abck… in IcreateDYNAMICDefinepropertybyname() 446 extern "C" AbckitInst *IcreateDYNAMICNewobjapply(AbckitGraph *graph, AbckitInst *acc, AbckitInst *i… in IcreateDYNAMICNewobjapply() 574 extern "C" AbckitInst *IcreateDYNAMICAdd2(AbckitGraph *graph, AbckitInst *acc, AbckitInst *input0) in IcreateDYNAMICAdd2() [all …]
|
| /arkcompiler/runtime_core/libabckit/include/cpp/headers/ |
| D | dynamic_isa_impl.h | 152 inline Instruction DynamicIsa::CreateSub2(Instruction acc, Instruction input0) && in CreateSub2() 288 inline Instruction DynamicIsa::CreateGetpropiterator(Instruction acc) && in CreateGetpropiterator() 296 inline Instruction DynamicIsa::CreateGetiterator(Instruction acc) && in CreateGetiterator() 304 inline Instruction DynamicIsa::CreateGetasynciterator(Instruction acc) && in CreateGetasynciterator() 312 inline Instruction DynamicIsa::CreateLdprivateproperty(Instruction acc, uint64_t imm0, uint64_t imm… in CreateLdprivateproperty() 320 inline Instruction DynamicIsa::CreateStprivateproperty(Instruction acc, uint64_t imm0, uint64_t imm… in CreateStprivateproperty() 330 inline Instruction DynamicIsa::CreateTestin(Instruction acc, uint64_t imm0, uint64_t imm1) && in CreateTestin() 338 inline Instruction DynamicIsa::CreateDefinefieldbyname(Instruction acc, std::string_view string, In… in CreateDefinefieldbyname() 349 inline Instruction DynamicIsa::CreateDefinepropertybyname(Instruction acc, std::string_view string, in CreateDefinepropertybyname() 448 inline Instruction DynamicIsa::CreateNewobjapply(Instruction acc, Instruction input0) && in CreateNewobjapply() [all …]
|
| /arkcompiler/runtime_core/libabckit/src/adapter_static/ |
| D | ir_static_instr_1.cpp | 51 AbckitInst *IcreateDynCallthis0Static(AbckitGraph *graph, AbckitInst *acc, AbckitInst *input0) in IcreateDynCallthis0Static() 58 AbckitInst *IcreateDynCallthis1Static(AbckitGraph *graph, AbckitInst *acc, AbckitInst *input0, Abck… in IcreateDynCallthis1Static() 65 AbckitInst *IcreateDynCallarg0Static(AbckitGraph *graph, AbckitInst *acc) in IcreateDynCallarg0Static() 71 AbckitInst *IcreateDynCallarg1Static(AbckitGraph *graph, AbckitInst *acc, AbckitInst *input0) in IcreateDynCallarg1Static() 85 AbckitInst *IcreateDynLdobjbynameStatic(AbckitGraph *graph, AbckitInst *acc, AbckitString *string) in IcreateDynLdobjbynameStatic() 118 AbckitInst *IcreateDynNegStatic(AbckitGraph *graph, AbckitInst *acc) in IcreateDynNegStatic() 124 AbckitInst *IcreateDynAdd2Static(AbckitGraph *graph, AbckitInst *acc, AbckitInst *input0) in IcreateDynAdd2Static() 131 AbckitInst *IcreateDynSub2Static(AbckitGraph *graph, AbckitInst *acc, AbckitInst *input0) in IcreateDynSub2Static() 138 AbckitInst *IcreateDynMul2Static(AbckitGraph *graph, AbckitInst *acc, AbckitInst *input0) in IcreateDynMul2Static() 145 AbckitInst *IcreateDynDiv2Static(AbckitGraph *graph, AbckitInst *acc, AbckitInst *input0) in IcreateDynDiv2Static() [all …]
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | interpreter_assembly.cpp | 260 auto acc = reinterpret_cast<InterpreterEntry>(entry)(thread->GetGlueAddr(), in Execute() local 303 …auto acc = reinterpret_cast<GeneratorReEnterInterpEntry>(entry)(thread->GetGlueAddr(), context.Get… in GeneratorReEnterInterpreter() local 309 JSTaggedValue acc, int16_t hotnessCounter) in HandleMovV4V4() 321 JSTaggedValue acc, int16_t hotnessCounter) in HandleMovV8V8() 333 JSTaggedValue acc, int16_t hotnessCounter) in HandleMovV16V16() 345 JSTaggedValue acc, int16_t hotnessCounter) in HandleLdaStrId16() 356 JSTaggedValue acc, int16_t hotnessCounter) in HandleJmpImm8() 366 JSTaggedValue acc, int16_t hotnessCounter) in HandleJmpImm16() 376 JSTaggedValue acc, int16_t hotnessCounter) in HandleJmpImm32() 386 JSTaggedValue acc, int16_t hotnessCounter) in HandleJeqzImm8() [all …]
|
| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| D | baseline_stubs.cpp | 299 GateRef acc = GetAccFromFrame(frame); in GenerateCircuit() local 322 GateRef acc = GetAccFromFrame(frame); in GenerateCircuit() local 341 GateRef acc = TaggedArgument(PARAM_INDEX(BaselineStToGlobalRecordImm16ID16, ACC)); in GenerateCircuit() local 401 GateRef acc = TaggedArgument(PARAM_INDEX(BaselineGetunmappedargs, ACC)); in GenerateCircuit() local 463 GateRef acc = GetAccFromFrame(GetFrame(sp)); in GenerateCircuit() local 483 GateRef acc = TaggedArgument(PARAM_INDEX(BaselineGetpropiterator, ACC)); in GenerateCircuit() local 497 GateRef acc = GetAccFromFrame(frame); in GenerateCircuit() local 510 GateRef acc = GetAccFromFrame(frame); in GenerateCircuit() local 523 GateRef acc = GetAccFromFrame(frame); in GenerateCircuit() local 535 GateRef acc = GetAccFromFrame(frame); in GenerateCircuit() local [all …]
|
| D | baseline_stubs-inl.h | 34 void BaselineStubBuilder::CheckExceptionWithVar(GateRef glue, GateRef sp, GateRef res, GateRef acc) in CheckExceptionWithVar() 60 GateRef acc = GetAccFromFrame(frame); in CheckException() local 79 GateRef acc = GetAccFromFrame(frame); in CheckExceptionReturn() local 89 void BaselineStubBuilder::CheckExceptionWithJump(GateRef glue, GateRef sp, GateRef res, GateRef acc… in CheckExceptionWithJump() 106 …ineStubBuilder::CheckExceptionWithJumpAndReturn(GateRef glue, GateRef sp, GateRef res, GateRef acc, in CheckExceptionWithJumpAndReturn() 124 void BaselineStubBuilder::CheckPendingException(GateRef glue, GateRef sp, GateRef res, GateRef acc) in CheckPendingException() 141 void BaselineStubBuilder::DispatchLast(GateRef glue, GateRef sp, GateRef acc) in DispatchLast()
|
| D | baseline_stub_builder.h | 44 void CheckExceptionWithVar(GateRef acc, GateRef res) in CheckExceptionWithVar() 62 void CheckException(GateRef acc, GateRef res) in CheckException() 79 void CheckExceptionWithJump(GateRef acc, GateRef res, Label *jump) in CheckExceptionWithJump() 120 GateRef profileTypeInfo, GateRef acc, GateRef hotnessCounter) in DispatchLast() 128 GateRef acc, GateRef hotnessCounter, GateRef format) in Dispatch()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/tests/ |
| D | typed_array_lowering_test.cpp | 48 GateAccessor acc(&circuit); in HWTEST_F_L0() local 77 GateAccessor acc(&circuit); in HWTEST_F_L0() local 112 GateAccessor acc(&circuit); in HWTEST_F_L0() local 144 GateAccessor acc(&circuit); in HWTEST_F_L0() local 176 GateAccessor acc(&circuit); in HWTEST_F_L0() local 211 GateAccessor acc(&circuit); in HWTEST_F_L0() local 246 GateAccessor acc(&circuit); in HWTEST_F_L0() local 281 GateAccessor acc(&circuit); in HWTEST_F_L0() local 316 GateAccessor acc(&circuit); in HWTEST_F_L0() local 351 GateAccessor acc(&circuit); in HWTEST_F_L0() local [all …]
|
| D | meta_data_equal_test.cpp | 54 GateAccessor acc(&circuit); in HWTEST_F_L0() local 77 GateAccessor acc(&circuit); in HWTEST_F_L0() local 118 GateAccessor acc(&circuit); in HWTEST_F_L0() local 135 GateAccessor acc(&circuit); in HWTEST_F_L0() local 180 GateAccessor acc(&circuit); in HWTEST_F_L0() local
|
| D | global_value_numbering_test.cpp | 52 GateAccessor acc(&circuit); in HWTEST_F_L0() local 78 GateAccessor acc(&circuit); in HWTEST_F_L0() local 102 GateAccessor acc(&circuit); in HWTEST_F_L0() local 125 GateAccessor acc(&circuit); in HWTEST_F_L0() local 155 GateAccessor acc(&circuit); in HWTEST_F_L0() local 191 GateAccessor acc(&circuit); in HWTEST_F_L0() local
|
| D | instruction_combine_test.cpp | 67 GateAccessor acc(&circuit); in HWTEST_F_L0() local 128 GateAccessor acc(&circuit); in HWTEST_F_L0() local 214 GateAccessor acc(&circuit); in HWTEST_F_L0() local 286 GateAccessor acc(&circuit); in HWTEST_F_L0() local 359 GateAccessor acc(&circuit); in HWTEST_F_L0() local 455 GateAccessor acc(&circuit); in HWTEST_F_L0() local 560 GateAccessor acc(&circuit); in HWTEST_F_L0() local 637 GateAccessor acc(&circuit); in HWTEST_F_L0() local 714 GateAccessor acc(&circuit); in HWTEST_F_L0() local 799 GateAccessor acc(&circuit); in HWTEST_F_L0() local [all …]
|
| D | dead_code_elimination_test.cpp | 44 GateAccessor acc(&circuit); in HWTEST_F_L0() local 73 GateAccessor acc(&circuit); in HWTEST_F_L0() local 105 GateAccessor acc(&circuit); in HWTEST_F_L0() local
|
| D | loop_optimization_test.cpp | 66 GateAccessor acc(&circuit); in HWTEST_F_L0() local 140 GateAccessor acc(&circuit); in HWTEST_F_L0() local 185 GateAccessor acc(&circuit); in HWTEST_F_L0() local
|
| D | constant_folding_test.cpp | 63 GateAccessor acc(&circuit); in HWTEST_F_L0() local
|
| D | number_speculative_retype_test.cpp | 59 GateAccessor acc(&circuit); in HWTEST_F_L0() local 114 GateAccessor acc(&circuit); in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/benchmarks/array_map_reduce/reduce/bu_reduce_callback_a2j/ |
| D | test_import.js | 16 function sumFunction(acc, curr) { argument
|
| /arkcompiler/runtime_core/static_core/verification/util/tests/ |
| D | lazy_test.cpp | 30 auto calcFunc = [](int acc, int val) { return acc + val; }; in TEST() 45 …FoldLeft(Enumerate(ConstLazyFetch(testData)), 0, [](int acc, auto val) { return acc + std::get<0>(… in TEST()
|
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| D | method-inl.h | 157 interpreter::StaticVRegisterRef acc = aacVreg.AsVRegRef<false>(); in GetReturnValueFromAcc() local 283 coretypes::TaggedValue *acc, uint32_t nregs, in InvokeContext() 292 coretypes::TaggedValue *acc, uint32_t nregs, in InvokeContext() 432 … void Method::SetAcc([[maybe_unused]] ManagedThread *thread, [[maybe_unused]] AccVRegisterPtrT acc) in SetAcc() 442 inline void Method::SetAcc(AccVRegisterPtrT acc) in SetAcc() 459 … [[maybe_unused]] AccVRegisterPtrT acc, bool osr, TaggedValue func) in DecrementHotnessCounter() 547 inline bool Method::DecrementHotnessCounter(uintptr_t bytecodeOffset, AccVRegisterPtrT acc, bool os… in DecrementHotnessCounter()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/benchmarks/array_map_reduce/reduce/bu_reduce_callback_j2j/ |
| D | bench_reduce_callback_j2j.js | 35 function sumFunction(acc, curr) { argument
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | accessor_data_test.cpp | 45 AccessorData *acc = AccessorData::Cast(accObject); in HWTEST_F_L0() local 78 AccessorData *acc = AccessorData::Cast(accObject); in HWTEST_F_L0() local 127 AccessorData *acc = AccessorData::Cast(accObject); in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/static_core/verification/util/ |
| D | obj_pool.h | 188 Accessor *acc = el; in AccCount() local 226 Accessor *acc = accessors_[idx1]; in ShrinkToFit() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | graph_linearizer.h | 44 void SetVisited(GateAccessor& acc) in SetVisited() 49 void SetFinished(GateAccessor& acc) in SetFinished() 54 bool IsUnvisited(GateAccessor& acc) const in IsUnvisited() 59 bool IsVisited(GateAccessor& acc) const in IsVisited() 64 bool IsFinished(GateAccessor& acc) const in IsFinished()
|
| D | interpreter_stub-inl.h | 394 void InterpreterStubBuilder::SetFrameState(GateRef glue, GateRef sp, GateRef function, GateRef acc, in SetFrameState() 676 GateRef acc, GateRef hotnessCounter, GateRef format) in Dispatch() 686 GateRef profileTypeInfo, GateRef acc, GateRef hotnessCounter) in DispatchLast() 694 GateRef profileTypeInfo, GateRef acc, GateRef hotnessCounter) in DispatchDebugger() 704 GateRef profileTypeInfo, GateRef acc, GateRef hotnessCounter) in DispatchDebuggerLast() 719 GateRef profileTypeInfo, GateRef acc, in DispatchWithId() 727 #define DISPATCH_LAST(acc) \ argument 729 #define DISPATCH(acc) \ argument 732 … GateRef profileTypeInfo, GateRef acc, GateRef hotnessCounter, in CheckException() 750 … GateRef profileTypeInfo, GateRef acc, GateRef hotnessCounter, in CheckPendingException() [all …]
|