| /arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/runner/options/ |
| D | yaml_document.py | 37 def load(config_path: Path) -> dict[str, Any]: # type: ignore[explicit-any] member in YamlDocument
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/ |
| D | bytecodeopt_peepholes.cpp | 55 CallInst *CreateInitObject(compiler::GraphVisitor *v, compiler::ClassInst *load, const CallInst *ca… in CreateInitObject() 134 auto load = static_cast<compiler::ClassInst *>(inst->GetInput(0U).GetInst()); in VisitNewObject() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/compiler_verification/ |
| D | expression_verifier.py | 44 def load(path: Path) -> dict[str, Any]: function 75 def load(path: Path) -> ExpressionComparatorOptions: function
|
| /arkcompiler/runtime_core/libabckit/tests/ut/extensions/js/modify_api/bigint/ |
| D | load_bigint_test.cpp | 59 AbckitInst *load = g_dynG->iCreateLdbigint(graph, value); in TEST_F() local
|
| /arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/VFG/ |
| D | DVFG.ts | 91 load, enumerator
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/options/ |
| D | yaml_document.py | 36 def load(config_path: str) -> Dict[str, Any]: member in YamlDocument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/tests/ |
| D | typed_array_lowering_test.cpp | 208 auto load = acc.GetValueIn(result, 0); in HWTEST_F_L0() local 245 auto load = acc.GetValueIn(result, 0); in HWTEST_F_L0() local 281 auto load = acc.GetValueIn(result, 0); in HWTEST_F_L0() local 317 auto load = acc.GetValueIn(result, 0); in HWTEST_F_L0() local 353 auto load = acc.GetValueIn(result, 0); in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/libabckit/tests/ut/extensions/js/modify_api/obj/ |
| D | obj_modify.cpp | 163 AbckitInst *load = g_dynG->iCreateLdprivateproperty(graph, param2, 0, 0); in TEST_F() local 210 … AbckitInst *load = helpers::FindFirstInst(graph, ABCKIT_ISA_API_DYNAMIC_OPCODE_LDPRIVATEPROPERTY); in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/lowering/ |
| D | gc_barriers.cpp | 62 auto load = builder->CreateLoad(builder->getPtrTy(LLVMArkInterface::GC_ADDR_SPACE), mem); in EmitPreWRB() local
|
| D | llvm_ir_constructor.cpp | 860 auto load = builder_.CreateUnaryIntrinsic(intrinsicId, addr); in EmitExclusiveLoadWithAcquire() local 2166 auto load = builder_.CreateLoad(type, value, false, name); // C-like volatile is not applied in CreateLoadWithOrdering() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | scheduler.cpp | 198 for (auto load : loads_) { in ProcessSpecialBoundsCheckI() local
|
| D | memory_coalescing.cpp | 839 static void ReplaceLoadByPair(Inst *load, Inst *pairedLoad, int32_t dstIdx) in ReplaceLoadByPair()
|
| D | peepholes.cpp | 2751 auto load = graph->CreateInstLoadObjFromConst(DataType::ANY, inst->GetPc(), mem); in VisitLoadFromConstantPool() local
|
| /arkcompiler/runtime_core/libabckit/tests/ut/extensions/js/modify_api/super_this/ |
| D | super_this_modify.cpp | 363 AbckitInst *load; in LdByNameTest() local 476 AbckitInst *load; in LdByValueTest() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| D | alias_visitor.cpp | 837 auto *load = inst->CastToLoadArrayPair(); in VisitLoadArrayPair() local 933 auto *load = inst->CastToLoadArrayPairI(); in VisitLoadArrayPairI() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | encode_visitor.cpp | 945 auto load = inst->CastToLoadResolvedObjectField(); in VisitLoadResolvedObjectField() local 1370 auto load = inst->CastToLoadResolvedObjectFieldStatic(); in VisitLoadResolvedObjectFieldStatic() local
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
| D | cocos_worker_test.js | 37138 load(t, e, i, s) { method in anonymousFunction63e674a939400.Nw 40280 load(t, e, i) { method in anonymousFunction63e674a939400.eI
|