Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter_assembly.cpp259 auto acc = reinterpret_cast<InterpreterEntry>(entry)(thread->GetGlueAddr(), in Execute() local
274 …auto acc = reinterpret_cast<GeneratorReEnterInterpEntry>(entry)(thread->GetGlueAddr(), context.Get… in GeneratorReEnterInterpreter() local
280 JSTaggedValue acc, int16_t hotnessCounter) in HandleMovV4V4()
292 JSTaggedValue acc, int16_t hotnessCounter) in HandleMovV8V8()
304 JSTaggedValue acc, int16_t hotnessCounter) in HandleMovV16V16()
316 JSTaggedValue acc, int16_t hotnessCounter) in HandleLdaStrId16()
327 JSTaggedValue acc, int16_t hotnessCounter) in HandleJmpImm8()
337 JSTaggedValue acc, int16_t hotnessCounter) in HandleJmpImm16()
347 JSTaggedValue acc, int16_t hotnessCounter) in HandleJmpImm32()
357 JSTaggedValue acc, int16_t hotnessCounter) in HandleJeqzImm8()
[all …]
Dinterpreter-inl.h969 JSTaggedValue acc = JSTaggedValue::Hole(); in RunInternal() local
7354 bool EcmaInterpreter::UpdateHotnessCounter(JSThread* thread, JSTaggedType *sp, JSTaggedValue acc, i… in UpdateHotnessCounter()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dgraph_linearizer.h43 void SetVisited(GateAccessor& acc) in SetVisited()
48 void SetFinished(GateAccessor& acc) in SetFinished()
53 bool IsUnvisited(GateAccessor& acc) const in IsUnvisited()
58 bool IsVisited(GateAccessor& acc) const in IsVisited()
63 bool IsFinished(GateAccessor& acc) const in IsFinished()
Dinterpreter_stub-inl.h323 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 …]
Dscheduler.cpp28 GateAccessor acc(const_cast<Circuit*>(circuit)); in CalculateDominatorTree() local
122 GateAccessor acc(const_cast<Circuit*>(circuit)); in Run() local
232 GateAccessor acc(const_cast<Circuit*>(circuit)); in CalculateSchedulingUpperBound() local
336 GateAccessor acc(const_cast<Circuit*>(circuit)); in CalculateFixedGatesList() local
355 GateAccessor acc(const_cast<Circuit*>(circuit)); in CalculateSchedulingLowerBound() local
452 GateAccessor acc(const_cast<Circuit*>(circuit)); in Print() local
Dbytecode_circuit_builder.cpp1089 GateRef BytecodeCircuitBuilder::NewLoopBackPhi(BytecodeRegion &bb, uint16_t reg, bool acc) in NewLoopBackPhi()
1132 GateRef exit, uint16_t reg, bool acc) in NewValueFromPredBB()
1148 GateRef BytecodeCircuitBuilder::NewLoopForwardPhi(BytecodeRegion &bb, uint16_t reg, bool acc) in NewLoopForwardPhi()
1177 void BytecodeCircuitBuilder::NewPhi(BytecodeRegion &bb, uint16_t reg, bool acc, GateRef &currentPhi) in NewPhi()
1208 bool BytecodeCircuitBuilder::IsLoopExitValueExists(GateRef loopExit, uint16_t reg, bool acc) in IsLoopExitValueExists()
1217 GateRef BytecodeCircuitBuilder::GetLoopExitValue(GateRef loopExit, uint16_t reg, bool acc) in GetLoopExitValue()
1226 GateRef BytecodeCircuitBuilder::CreateLoopExitValue(GateRef loopExit, uint16_t reg, bool acc, GateR… in CreateLoopExitValue()
1238 GateRef BytecodeCircuitBuilder::NewLoopExitValue(GateRef loopExit, uint16_t reg, bool acc, GateRef … in NewLoopExitValue()
1254 …cuitBuilder::ResolveDef(const BytecodeRegion &bb, int32_t bcId, const uint16_t reg, const bool acc) in ResolveDef()
1265 const uint16_t reg, const bool acc, bool needIter) in ResolveDef()
Dcircuit.cpp497 const GateAccessor acc(const_cast<Circuit*>(this)); in GetStateRoot() local
503 const GateAccessor acc(const_cast<Circuit*>(this)); in GetDependRoot() local
509 const GateAccessor acc(const_cast<Circuit*>(this)); in GetArgRoot() local
515 const GateAccessor acc(const_cast<Circuit*>(this)); in GetReturnRoot() local
Dcircuit_builder.cpp1749 GateAccessor acc(circuit); in Environment() local
1884 GateAccessor acc(env_->GetCircuit()); in ReadVariable() local
2043 GateAccessor acc(GetCircuit()); in TryRemoveTrivialPhi() local
Dllvm_ir_builder.cpp2340 GateRef acc = acc_.GetValueIn(frameValues, accIndex); in VisitDeoptCheck() local
Dslowpath_lowering.cpp2171 GateRef acc = acc_.GetValueIn(gate, 4); in LowerDefineGetterSetterByValue() local
/arkcompiler/ets_runtime/ecmascript/tests/
Daccessor_data_test.cpp69 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/ets_runtime/ecmascript/compiler/tests/
Dlowering_relate_gate_test.cpp51 GateAccessor acc(&circuit); in HWTEST_F_L0() local
78 GateAccessor acc(&circuit); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type_accessor.cpp129 EcmaStringAccessor acc(funcType->GetName()); in GetFunctionName() local
Dts_manager.cpp559 EcmaStringAccessor acc(name); in GetFuncName() local
/arkcompiler/ets_runtime/ecmascript/deoptimizer/
Ddeoptimizer.cpp484 auto acc = GetDeoptValue(curDepth, static_cast<int32_t>(SpecVregIndex::ACC_INDEX)); in ConstructAsmInterpretFrame() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Dasm_interpreter_call.cpp324 Register acc = rsi; in JSCallCommonEntry() local
1174 Register acc(r12); in ResumeUncaughtFrameAndReturn() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Dasm_interpreter_call.cpp174 Register acc(X23); in JSCallCommonEntry() local
819 Register acc(X20); in ResumeUncaughtFrameAndReturn() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp1517 JSTaggedValue acc = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS() local
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp1992 JSHandle<AccessorData> acc(thread_, AccessorData::Cast(header)); in NewAccessorData() local