Home
last modified time | relevance | path

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

123

/arkcompiler/runtime_core/libabckit/tests/mock/
Disa_api_dynamic_impl_mock.cpp237 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/
Disa_dynamic_impl_instr_1.cpp60 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 …]
Disa_dynamic_impl_instr_2.cpp217 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/
Ddynamic_isa_impl.h152 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/
Dir_static_instr_1.cpp51 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/
Dinterpreter_assembly.cpp260 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/
Dbaseline_stubs.cpp299 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 …]
Dbaseline_stubs-inl.h34 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()
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
Dnumber_speculative_retype_test.cpp59 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/
Dtest_import.js16 function sumFunction(acc, curr) { argument
/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
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/
Dbench_reduce_callback_j2j.js35 function sumFunction(acc, curr) { argument
/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()
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 …]

123