Home
last modified time | relevance | path

Searched defs:acc (Results 1 – 25 of 51) sorted by relevance

123

/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter_assembly.cpp259 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/
Dbaseline_stubs.cpp301 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 …]
Dbaseline_stubs-inl.h33 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()
Dbaseline_stub_builder.h44 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/
Dtyped_array_lowering_test.cpp48 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 …]
Dmeta_data_equal_test.cpp54 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
Dglobal_value_numbering_test.cpp52 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
Dinstruction_combine_test.cpp67 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 …]
Ddead_code_elimination_test.cpp44 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
Dloop_optimization_test.cpp66 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
Dconstant_folding_test.cpp63 GateAccessor acc(&circuit); in HWTEST_F_L0() local
Dcombined_pass_visitor_test.cpp49 GateAccessor acc(&circuit); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/verification/util/tests/
Dlazy_test.cpp30 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/
Dmethod-inl.h157 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()
Dstack_walker-inl.h149 auto acc = frameHandler.GetAccAsVReg(); in IterateRegsForIFrameInternal() local
/arkcompiler/ets_runtime/ecmascript/tests/
Daccessor_data_test.cpp45 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/
Dobj_pool.h188 Accessor *acc = el; in AccCount() local
226 Accessor *acc = accessors_[idx1]; in ShrinkToFit() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dgraph_linearizer.h44 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()
Dinterpreter_stub-inl.h394 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 …]
Dcircuit_builder_helper.cpp53 GateAccessor acc(circuit); in Environment() local
118 GateAccessor acc(env_->GetCircuit()); in ReadVariable() local
Dscheduler.cpp49 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
Dcircuit.cpp550 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/
Dbridge.cpp75 auto acc = frame->GetAcc(); in InvokeInterpreter() local
/arkcompiler/runtime_core/static_core/runtime/tests/
Ddebugger_test.cpp115 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/
Daot_manager.h167 …explicit AotClassContextCollector(PandaString *acc, bool useAbsPath = true) : acc_(acc), useAbsPat… in acc_() argument

123