Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/
Dexceptions.cpp165 void ThrowArrayStoreException(const Class *arrayClass, const Class *elementClass) in ThrowArrayStoreException()
Dcompiler.cpp247 auto *elementClass = ClassCast(arrayCls)->GetComponentType(); in CheckStoreArray() local
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
Dentrypoints.cpp825 auto *elementClass = arrayClass->GetComponentType(); in CheckStoreArrayReferenceEntrypoint() local
843 auto *elementClass = arrayClass->GetComponentType(); in CheckStoreArrayReferenceDeoptimizeEntrypoint() local
1484 auto *elementClass = arrayClass->GetComponentType(); in CheckStoreArrayReferenceFromInterpreter() local
/arkcompiler/runtime_core/static_core/runtime/interpreter/
Dinterpreter-inl.h311 auto *elementClass = arrayClass->GetComponentType(); in CheckLoadConstOp() local
3011 auto *elementClass = arrayClass->GetComponentType(); in CheckStoreArrayOp() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi_native_interface.cpp2074 …NITIZE static ets_objectArray NewObjectsArray(EtsEnv *env, ets_size length, ets_class elementClass, in NewObjectsArray()
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp3500 auto elementClass = ctor->builder_.CreateLoad(ctor->builder_.getPtrTy(), elementClassPtr); in VisitRefTypeCheck() local