Home
last modified time | relevance | path

Searched defs:load (Results 1 - 11 of 11) sorted by relevance

/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/options/
H A Dyaml_document.py36 def load(config_path: str) -> Dict[str, Any]: member in YamlDocument
/arkcompiler/ets_runtime/ecmascript/compiler/tests/
H A Dtyped_array_lowering_test.cpp200 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 Dbytecodeopt_peepholes.cpp55 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 Dexpression_verifier.py44 def load(path: Path) -> dict[str, Any]: function
75 def load(path: Path) -> ExpressionComparatorOptions: function
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
H A Dgc_barriers.cpp62 auto load = builder->CreateLoad(builder->getPtrTy(LLVMArkInterface::GC_ADDR_SPACE), mem); in EmitPreWRB() local
H A Dllvm_ir_constructor.cpp588 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 Dalias_analysis.cpp1164 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 Dmemory_coalescing.cpp839 static void ReplaceLoadByPair(Inst *load, Inst *pairedLoad, int32_t dstIdx) in ReplaceLoadByPair() argument
H A Dpeepholes.cpp2720 auto load = graph->CreateInstLoadObjFromConst(DataType::ANY, inst->GetPc(), mem); in VisitLoadFromConstantPool() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H A Dencode_visitor.cpp942 auto load = inst->CastToLoadResolvedObjectField(); in VisitLoadResolvedObjectField() local
1364 auto load = inst->CastToLoadResolvedObjectFieldStatic(); VisitLoadResolvedObjectFieldStatic() local
[all...]
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
H A Dcocos_worker_test.js[all...]

Completed in 36 milliseconds