Searched defs:load (Results 1 - 11 of 11) sorted by relevance
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/options/ |
| H A D | yaml_document.py | 36 def load(config_path: str) -> Dict[str, Any]: member in YamlDocument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/tests/ |
| H A D | typed_array_lowering_test.cpp | 200 auto load = acc.GetValueIn(result, 0); in HWTEST_F_L0() local 235 auto load = acc.GetValueIn(result, 0); in HWTEST_F_L0() local 270 auto load = acc.GetValueIn(result, 0); in HWTEST_F_L0() local 305 auto load in HWTEST_F_L0() local 340 auto load = acc.GetValueIn(result, 0); HWTEST_F_L0() local [all...] |
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/ |
| H A D | bytecodeopt_peepholes.cpp | 55 CallInst *CreateInitObject(compiler::GraphVisitor *v, compiler::ClassInst *load, const CallInst *callInit) in CreateInitObject() argument 137 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/ |
| H A D | expression_verifier.py | 44 def load(path: Path) -> dict[str, Any]: function 75 def load(path: Path) -> ExpressionComparatorOptions: function
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/lowering/ |
| H A D | gc_barriers.cpp | 62 auto load = builder->CreateLoad(builder->getPtrTy(LLVMArkInterface::GC_ADDR_SPACE), mem); in EmitPreWRB() local
|
| H A D | llvm_ir_constructor.cpp | 588 auto load = builder_.CreateUnaryIntrinsic(intrinsicId, addr); in EmitExclusiveLoadWithAcquire() local 1791 auto load = builder_.CreateLoad(type, value, false, name); // C-like volatile is not applied in CreateLoadWithOrdering() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| H A D | alias_analysis.cpp | 1164 auto *load = inst->CastToLoadArrayPair(); in VisitLoadArrayPair() local 1261 auto *load = inst->CastToLoadArrayPairI(); in VisitLoadArrayPairI() local [all...] |
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| H A D | memory_coalescing.cpp | 839 static void ReplaceLoadByPair(Inst *load, Inst *pairedLoad, int32_t dstIdx) in ReplaceLoadByPair() argument
|
| H A D | peepholes.cpp | 2720 auto load = graph->CreateInstLoadObjFromConst(DataType::ANY, inst->GetPc(), mem); in VisitLoadFromConstantPool() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| H A D | encode_visitor.cpp | 942 auto load = inst->CastToLoadResolvedObjectField(); in VisitLoadResolvedObjectField() local 1364 auto load = inst->CastToLoadResolvedObjectFieldStatic(); VisitLoadResolvedObjectFieldStatic() local [all...] |
| /arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
| H A D | cocos_worker_test.js | [all...] |
Completed in 36 milliseconds