| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | interpreter_assembly.cpp | 259 auto acc = reinterpret_cast<InterpreterEntry>(entry)(thread->GetGlueAddr(), in Execute() local 299 …auto acc = reinterpret_cast<GeneratorReEnterInterpEntry>(entry)(thread->GetGlueAddr(), context.Get… in GeneratorReEnterInterpreter() local 305 JSTaggedValue acc, int16_t hotnessCounter) in HandleMovV4V4() 317 JSTaggedValue acc, int16_t hotnessCounter) in HandleMovV8V8() 329 JSTaggedValue acc, int16_t hotnessCounter) in HandleMovV16V16() 341 JSTaggedValue acc, int16_t hotnessCounter) in HandleLdaStrId16() 352 JSTaggedValue acc, int16_t hotnessCounter) in HandleJmpImm8() 362 JSTaggedValue acc, int16_t hotnessCounter) in HandleJmpImm16() 372 JSTaggedValue acc, int16_t hotnessCounter) in HandleJmpImm32() 382 JSTaggedValue acc, int16_t hotnessCounter) in HandleJeqzImm8() [all …]
|
| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| D | baseline_stubs.cpp | 301 GateRef acc = GetAccFromFrame(frame); in GenerateCircuit() local 324 GateRef acc = GetAccFromFrame(frame); in GenerateCircuit() local 343 GateRef acc = TaggedArgument(PARAM_INDEX(BaselineStToGlobalRecordImm16ID16, ACC)); in GenerateCircuit() local 403 GateRef acc = TaggedArgument(PARAM_INDEX(BaselineGetunmappedargs, ACC)); in GenerateCircuit() local 465 GateRef acc = GetAccFromFrame(GetFrame(sp)); in GenerateCircuit() local 485 GateRef acc = TaggedArgument(PARAM_INDEX(BaselineGetpropiterator, ACC)); in GenerateCircuit() local 499 GateRef acc = GetAccFromFrame(frame); in GenerateCircuit() local 512 GateRef acc = GetAccFromFrame(frame); in GenerateCircuit() local 525 GateRef acc = GetAccFromFrame(frame); in GenerateCircuit() local 537 GateRef acc = GetAccFromFrame(frame); in GenerateCircuit() local [all …]
|
| D | baseline_stubs-inl.h | 33 void BaselineStubBuilder::CheckExceptionWithVar(GateRef glue, GateRef sp, GateRef res, GateRef acc) in CheckExceptionWithVar() 59 GateRef acc = GetAccFromFrame(frame); in CheckException() local 78 GateRef acc = GetAccFromFrame(frame); in CheckExceptionReturn() local 88 void BaselineStubBuilder::CheckExceptionWithJump(GateRef glue, GateRef sp, GateRef res, GateRef acc… in CheckExceptionWithJump() 105 …ineStubBuilder::CheckExceptionWithJumpAndReturn(GateRef glue, GateRef sp, GateRef res, GateRef acc, in CheckExceptionWithJumpAndReturn() 123 void BaselineStubBuilder::CheckPendingException(GateRef glue, GateRef sp, GateRef res, GateRef acc) in CheckPendingException() 140 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 | combined_pass_visitor_test.cpp | 49 GateAccessor acc(&circuit); in HWTEST_F_L0() local
|
| /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 282 coretypes::TaggedValue *acc, uint32_t nregs, in InvokeContext() 290 coretypes::TaggedValue *acc, uint32_t nregs, in InvokeContext() 430 … void Method::SetAcc([[maybe_unused]] ManagedThread *thread, [[maybe_unused]] AccVRegisterPtrT acc) in SetAcc() 440 inline void Method::SetAcc(AccVRegisterPtrT acc) in SetAcc() 456 … [[maybe_unused]] AccVRegisterPtrT acc, bool osr, TaggedValue func) in DecrementHotnessCounter() 534 inline bool Method::DecrementHotnessCounter(uintptr_t bytecodeOffset, AccVRegisterPtrT acc, bool os… in DecrementHotnessCounter()
|
| D | stack_walker-inl.h | 149 auto acc = frameHandler.GetAccAsVReg(); in IterateRegsForIFrameInternal() local
|
| /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() 675 GateRef acc, GateRef hotnessCounter, GateRef format) in Dispatch() 685 GateRef profileTypeInfo, GateRef acc, GateRef hotnessCounter) in DispatchLast() 693 GateRef profileTypeInfo, GateRef acc, GateRef hotnessCounter) in DispatchDebugger() 703 GateRef profileTypeInfo, GateRef acc, GateRef hotnessCounter) in DispatchDebuggerLast() 718 GateRef profileTypeInfo, GateRef acc, in DispatchWithId() 726 #define DISPATCH_LAST(acc) \ argument 728 #define DISPATCH(acc) \ argument 731 … GateRef profileTypeInfo, GateRef acc, GateRef hotnessCounter, in CheckException() 749 … GateRef profileTypeInfo, GateRef acc, GateRef hotnessCounter, in CheckPendingException() [all …]
|
| D | circuit_builder_helper.cpp | 53 GateAccessor acc(circuit); in Environment() local 118 GateAccessor acc(env_->GetCircuit()); in ReadVariable() local
|
| D | scheduler.cpp | 49 GateAccessor acc(const_cast<Circuit*>(circuit)); in CalculateDominatorTree() local 133 GateAccessor acc(const_cast<Circuit*>(circuit)); in Run() local 243 GateAccessor acc(const_cast<Circuit*>(circuit)); in CalculateSchedulingUpperBound() local 347 GateAccessor acc(const_cast<Circuit*>(circuit)); in CalculateFixedGatesList() local 366 GateAccessor acc(const_cast<Circuit*>(circuit)); in CalculateSchedulingLowerBound() local 466 GateAccessor acc(const_cast<Circuit*>(circuit)); in Print() local
|
| D | circuit.cpp | 550 const GateAccessor acc(const_cast<Circuit*>(this)); in GetStateRoot() local 556 const GateAccessor acc(const_cast<Circuit*>(this)); in GetDependRoot() local 562 const GateAccessor acc(const_cast<Circuit*>(this)); in GetArgRoot() local 568 const GateAccessor acc(const_cast<Circuit*>(this)); in GetReturnRoot() local
|
| /arkcompiler/runtime_core/static_core/runtime/bridge/ |
| D | bridge.cpp | 75 auto acc = frame->GetAcc(); in InvokeInterpreter() local
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | debugger_test.cpp | 115 VRegValue acc {0xaaaaaaaabbbbbbbb, false}; in CheckFrame() local 140 VRegValue acc {FromPtr(ark::mem::AllocateNullifiedPayloadString(1)), true}; in CheckFrame() local
|
| /arkcompiler/runtime_core/static_core/compiler/aot/ |
| D | aot_manager.h | 167 …explicit AotClassContextCollector(PandaString *acc, bool useAbsPath = true) : acc_(acc), useAbsPat… in acc_() argument
|