Home
last modified time | relevance | path

Searched defs:arrayRef (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/libabckit/src/
Disa_static_impl.cpp365 extern "C" AbckitInst *IcreateLoadArray(AbckitGraph *graph, AbckitInst *arrayRef, AbckitInst *idx, in IcreateLoadArray()
385 extern "C" AbckitInst *IcreateStoreArray(AbckitGraph *graph, AbckitInst *arrayRef, AbckitInst *idx,… in IcreateStoreArray()
407 extern "C" AbckitInst *IcreateStoreArrayWide(AbckitGraph *graph, AbckitInst *arrayRef, AbckitInst *… in IcreateStoreArrayWide()
/arkcompiler/runtime_core/libabckit/tests/mock/
Disa_api_static_impl_mock.cpp301 AbckitInst *IcreateLoadArray(AbckitGraph *graph, AbckitInst *arrayRef, AbckitInst *idx, AbckitTypeI… in IcreateLoadArray()
312 AbckitInst *IcreateStoreArray(AbckitGraph *graph, AbckitInst *arrayRef, AbckitInst *idx, AbckitInst… in IcreateStoreArray()
325 AbckitInst *IcreateStoreArrayWide(AbckitGraph *graph, AbckitInst *arrayRef, AbckitInst *idx, Abckit… in IcreateStoreArrayWide()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dinst_builder-inl.h959 size_t pc, Inst *arrayRef, bool withNullcheck) in BuildChecksBeforeArray()
1179 …uilder::BuildStoreArrayInst(const BytecodeInstruction *bcInst, DataType::Type type, Inst *arrayRef, in BuildStoreArrayInst()
/arkcompiler/runtime_core/libabckit/tests/helpers/
Dhelpers_wrong_ctx.cpp464 void TestWrongCtx(AbckitInst *(*apiToCheck)(AbckitGraph *graph, AbckitInst *arrayRef, AbckitInst *i… in TestWrongCtx()
Dhelpers_mode.cpp673 void TestMode(AbckitInst *(*apiToCheck)(AbckitGraph *graph, AbckitInst *arrayRef, AbckitInst *idx, … in TestMode()
/arkcompiler/runtime_core/libabckit/src/adapter_static/
Dir_static_instr_1.cpp1852 AbckitInst *IcreateLoadArrayStatic(AbckitGraph *graph, AbckitInst *arrayRef, AbckitInst *idx, Abcki… in IcreateLoadArrayStatic()
1878 static AbckitInst *IcreateStoreArrayBody(AbckitInst *arrayRef, AbckitInst *idx, AbckitInst *value, in IcreateStoreArrayBody()
1908 AbckitInst *IcreateStoreArrayStatic([[maybe_unused]] AbckitGraph *graph, AbckitInst *arrayRef, Abck… in IcreateStoreArrayStatic()
1922 AbckitInst *IcreateStoreArrayWideStatic([[maybe_unused]] AbckitGraph *graph, AbckitInst *arrayRef, … in IcreateStoreArrayWideStatic()