| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | interpreter_assembly.cpp | 241 auto acc = reinterpret_cast<InterpreterEntry>(entry)(thread->GetGlueAddr(), in Execute() local 256 …auto acc = reinterpret_cast<GeneratorReEnterInterpEntry>(entry)(thread->GetGlueAddr(), context.Get… in GeneratorReEnterInterpreter() local 262 JSTaggedValue acc, int16_t hotnessCounter) in HandleMovV4V4() 274 JSTaggedValue acc, int16_t hotnessCounter) in HandleMovV8V8() 286 JSTaggedValue acc, int16_t hotnessCounter) in HandleMovV16V16() 298 JSTaggedValue acc, int16_t hotnessCounter) in HandleLdaStrId16() 308 JSTaggedValue acc, int16_t hotnessCounter) in HandleJmpImm8() 318 JSTaggedValue acc, int16_t hotnessCounter) in HandleJmpImm16() 328 JSTaggedValue acc, int16_t hotnessCounter) in HandleJmpImm32() 338 JSTaggedValue acc, int16_t hotnessCounter) in HandleJeqzImm8() [all …]
|
| /arkcompiler/ets_runtime/ecmascript/compiler/tests/ |
| D | lowering_relate_gate_test.cpp | 50 GateAccessor acc(&circuit); in HWTEST_F_L0() local 74 GateAccessor acc(&circuit); in HWTEST_F_L0() local 96 GateAccessor acc(&circuit); in HWTEST_F_L0() local 118 GateAccessor acc(&circuit); in HWTEST_F_L0() local 138 GateAccessor acc(&circuit); in HWTEST_F_L0() local
|
| D | circuit_optimizer_tests.cpp | 40 GateAccessor acc(&circuit); in HWTEST_F_L0() local 139 GateAccessor acc(&circuit); in HWTEST_F_L0() local 186 GateAccessor acc(&circuit); in HWTEST_F_L0() local 277 GateAccessor acc(&circuit); in HWTEST_F_L0() local 316 GateAccessor acc(&circuit); in HWTEST_F_L0() local 408 GateAccessor acc(&circuit); in HWTEST_F_L0() local 489 GateAccessor acc(&circuit); in HWTEST_F_L0() local 512 GateAccessor acc(&circuit); in HWTEST_F_L0() local 539 GateAccessor acc(&circuit); in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/verification/util/tests/ |
| D | lazy_test.cpp | 30 auto calc_func = [](int acc, int val) { return acc + val; }; in TEST() 44 …FoldLeft(Enumerate(ConstLazyFetch(test_data)), 0, [](int acc, auto val) { return acc + std::get<0>… in TEST()
|
| D | obj_pool_test.cpp | 196 while (auto acc = pool.AllObjects()()) { in TEST() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | interpreter_stub-inl.h | 323 void InterpreterStubBuilder::SetFrameState(GateRef glue, GateRef sp, GateRef function, GateRef acc, in SetFrameState() 551 GateRef acc, GateRef hotnessCounter, GateRef format) in Dispatch() 561 GateRef profileTypeInfo, GateRef acc, GateRef hotnessCounter) in DispatchLast() 569 GateRef profileTypeInfo, GateRef acc, GateRef hotnessCounter) in DispatchDebugger() 579 … GateRef profileTypeInfo, GateRef acc, GateRef hotnessCounter) in DispatchDebuggerLast() 594 GateRef profileTypeInfo, GateRef acc, in DispatchWithId() 602 #define DISPATCH_LAST(acc) \ argument 604 #define DISPATCH(acc) \ argument 607 … GateRef profileTypeInfo, GateRef acc, GateRef hotnessCounter, in CheckException() 625 … GateRef profileTypeInfo, GateRef acc, GateRef hotnessCounter, in CheckPendingException() [all …]
|
| D | circuit.cpp | 430 const GateAccessor acc(const_cast<Circuit*>(this)); in GetStateRoot() local 436 const GateAccessor acc(const_cast<Circuit*>(this)); in GetDependRoot() local 442 const GateAccessor acc(const_cast<Circuit*>(this)); in GetArgRoot() local 448 const GateAccessor acc(const_cast<Circuit*>(this)); in GetReturnRoot() local
|
| D | scheduler.cpp | 28 GateAccessor acc(const_cast<Circuit*>(circuit)); in CalculateDominatorTree() local 127 GateAccessor acc(const_cast<Circuit*>(circuit)); in Run() local 237 GateAccessor acc(const_cast<Circuit*>(circuit)); in CalculateSchedulingUpperBound() local 343 GateAccessor acc(const_cast<Circuit*>(circuit)); in CalculateSchedulingLowerBound() local 449 GateAccessor acc(const_cast<Circuit*>(circuit)); in Print() local
|
| D | bytecode_circuit_builder.cpp | 1048 void BytecodeCircuitBuilder::NewPhi(BytecodeRegion &bb, uint16_t reg, bool acc, GateRef ¤tPhi) in NewPhi() 1093 …codeCircuitBuilder::ResolveDef(const size_t bbId, int32_t bcId, const uint16_t reg, const bool acc) in ResolveDef()
|
| D | circuit_builder.cpp | 932 GateAccessor acc(circuit); in Environment() local 1066 GateAccessor acc(env_->GetCircuit()); in ReadVariable() local 1230 GateAccessor acc(GetCircuit()); in TryRemoveTrivialPhi() local
|
| D | circuit_optimizer.cpp | 1207 GateAccessor acc(circuit_); in RunAdd() local 1224 GateAccessor acc(circuit_); in RunSub() local
|
| /arkcompiler/runtime_core/verification/util/ |
| D | obj_pool.h | 179 Accessor *acc = el; in AccCount() local 215 Accessor *acc = Accessors[idx1]; in ShrinkToFit() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | accessor_data_test.cpp | 69 AccessorData *acc = AccessorData::Cast(accObject); in HWTEST_F_L0() local 100 AccessorData *acc = AccessorData::Cast(accObject); in HWTEST_F_L0() local 146 AccessorData *acc = AccessorData::Cast(accObject); in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/runtime/include/ |
| D | method-inl.h | 164 interpreter::StaticVRegisterRef acc = aac_vreg.AsVRegRef<false>(); in GetReturnValueFromAcc() local 290 coretypes::TaggedValue acc, uint32_t nregs, in InvokeContext() 298 coretypes::TaggedValue acc, uint32_t nregs, in InvokeContext() 439 inline void Method::SetAcc([[maybe_unused]] AccVRegisterPtrT acc) in SetAcc() 456 …IncrementHotnessCounter(uintptr_t bytecode_offset, [[maybe_unused]] AccVRegisterPtrT acc, bool osr) in IncrementHotnessCounter()
|
| D | stack_walker-inl.h | 149 auto acc = frame_handler.GetAccAsVReg(); in IterateRegsForIFrameInternal() local
|
| D | compiler_interface.h | 111 void SetAcc(const interpreter::VRegister &acc) in SetAcc()
|
| /arkcompiler/runtime_core/runtime/tests/ |
| D | debugger_test.cpp | 140 VRegValue acc {0xaaaaaaaabbbbbbbb, false}; in TEST_F() local 160 VRegValue acc {FromPtr(panda::mem::AllocateNullifiedPayloadString(1)), true}; in TEST_F() local
|
| /arkcompiler/runtime_core/runtime/bridge/ |
| D | bridge.cpp | 80 auto acc = frame->GetAcc(); in InvokeInterpreter() local
|
| /arkcompiler/runtime_core/runtime/ |
| D | osr.cpp | 150 auto &acc = frame->GetAcc(); in SetOsrResult() local
|
| /arkcompiler/runtime_core/compiler/aot/ |
| D | aot_manager.h | 167 explicit AotClassContextCollector(PandaString *acc) : acc_(acc) {}; in AotClassContextCollector()
|
| /arkcompiler/runtime_core/runtime/interpreter/ |
| D | frame.h | 145 ALWAYS_INLINE inline void SetAcc(const interpreter::AccVRegister &acc) in SetAcc() 417 ALWAYS_INLINE inline void SetAcc(const interpreter::AccVRegister &acc) in SetAcc()
|
| /arkcompiler/ets_runtime/ecmascript/deoptimizer/ |
| D | deoptimizer.cpp | 362 auto acc = GetDeoptValue(static_cast<int32_t>(SpecVregIndex::ACC_INDEX)); in ConstructAsmInterpretFrame() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 1402 JSTaggedValue acc = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS() local 1419 JSTaggedValue acc = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS() local 1436 JSTaggedValue acc = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS() local 1453 JSTaggedValue acc = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/ |
| D | asm_interpreter_call.cpp | 324 Register acc = rsi; in JSCallCommonEntry() local 1149 Register acc(r12); in ResumeUncaughtFrameAndReturn() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/ |
| D | asm_interpreter_call.cpp | 174 Register acc(X23); in JSCallCommonEntry() local 822 Register acc(X20); in ResumeUncaughtFrameAndReturn() local
|