| /arkcompiler/runtime_core/static_core/plugins/ets/playground/frontend/src/store/ |
| D | index.ts | 23 export const store = configureStore({ constant
|
| /arkcompiler/runtime_core/libark_defect_scan_aux/tests/unittest/across_abc_test/ |
| D | across_abc_test.js | 20 function getData(store, userInput) { argument
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | loop_idioms.cpp | 56 StoreInst *store {nullptr}; in FindStoreForArrayInit() local 109 bool IsLoopContainsArrayInitIdiom(StoreInst *store, Loop *loop, CountableLoopInfo &loopInfo) in IsLoopContainsArrayInitIdiom() 118 bool IsLoopContainsArrayMoveIdiom(StoreInst *store, Loop *loop, CountableLoopInfo &loopInfo) in IsLoopContainsArrayMoveIdiom() 154 auto store = inst->CastToStoreArray(); in FindStoreLoad() local 455 auto store = FindStoreForArrayInit(loop->GetHeader()); in TryTransformArrayInitIdiom() local 504 Inst *LoopIdioms::CreateArrayInitIntrinsic(StoreInst *store, CountableLoopInfo *info) in CreateArrayInitIntrinsic() 547 bool LoopIdioms::ReplaceArrayInitLoop(Loop *loop, CountableLoopInfo *loopInfo, StoreInst *store, bo… in ReplaceArrayInitLoop()
|
| D | escape.cpp | 1661 Inst *store {nullptr}; in InitializeObject() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/playground/frontend/src/models/ |
| D | logs.test.ts | 23 let store: ReturnType<typeof mockStore>; variable
|
| /arkcompiler/runtime_core/static_core/verification/util/ |
| D | set_operations.h | 60 bool store = false; in SetIntersection() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | post_schedule.cpp | 664 GateRef store = builder_.GetDepend(); in LoweringStoreNoBarrierAndPrepareScheduleGate() local 691 GateRef store = builder_.GetDepend(); in LoweringStoreWithBarrierAndPrepareScheduleGate() local 748 GateRef store = builder_.GetDepend(); in LoweringStoreWithBarrierAndPrepareScheduleGate() local 779 GateRef store = builder_.GetDepend(); in LoweringStoreUnknownBarrierAndPrepareScheduleGate() local
|
| /arkcompiler/ets_frontend/es2panda/compiler/base/ |
| D | destructuring.cpp | 155 auto *store = pg->AllocLabel(); in GenObjectProperty() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/base/ |
| D | destructuring.cpp | 176 auto *store = pg->AllocLabel(); in GenDefaultInitializer() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/call/ |
| D | call_ets.cpp | 98 auto store = [&etsBoxedArgs, &argIdx, createRoot](auto val) { in ConvertArgs() local
|
| D | call_js.cpp | 303 auto store = [&etsRet](auto val) { etsRet = Value(val); }; in ConvertRetval() local
|
| /arkcompiler/runtime_core/libabckit/tests/ut/extensions/js/modify_api/obj/ |
| D | obj_modify.cpp | 206 AbckitInst *store = g_dynG->iCreateStprivateproperty(graph, param3, 0, 0, param2); in TEST_F() local
|
| /arkcompiler/runtime_core/libabckit/tests/ut/extensions/js/modify_api/super_this/ |
| D | super_this_modify.cpp | 60 AbckitInst *store; in StByNameTest() local 214 AbckitInst *store; in StByValueTest() local
|
| /arkcompiler/runtime_core/libabckit/tests/ut/isa/isa_static/arrays/ |
| D | arrays_static.cpp | 59 AbckitInst *store = icreateStoreArray(graph, arr, idx, newValue, valueTypeId); in TransformStoreArrayByIdx() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| D | alias_visitor.cpp | 858 auto *store = inst->CastToStoreArrayPair(); in VisitStoreArrayPair() local 953 auto *store = inst->CastToStoreArrayPairI(); in VisitStoreArrayPairI() local
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | reg_alloc_linear_scan_test.cpp | 786 auto &store = INS(5U); in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | encode_visitor.cpp | 1053 auto store = inst->CastToStoreResolvedObjectField(); in VisitStoreResolvedObjectField() local 1450 auto store = inst->CastToStoreResolvedObjectFieldStatic(); in VisitStoreResolvedObjectFieldStatic() local
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/lowering/ |
| D | llvm_ir_constructor.cpp | 877 auto store = builder_.CreateCall(stlxr, {value, addr}); in EmitExclusiveStoreWithRelease() local 2179 auto store = builder_.CreateStore(value, ptr, false); // C-like volatile is not applied in CreateStoreWithOrdering() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/ |
| D | litecg_ir_builder.cpp | 2635 Stmt &store = lmirBuilder_->Iassign(data, baseAddr, memType); in VisitStore() local
|