Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/
Dexceptions.cpp179 void ThrowArrayStoreException(const Class *arrayClass, const Class *elementClass) in ThrowArrayStoreException()
Dcompiler.cpp257 auto *elementClass = ClassCast(arrayCls)->GetComponentType(); in CheckStoreArray() local
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
Dentrypoints.cpp814 auto *elementClass = arrayClass->GetComponentType(); in CheckStoreArrayReferenceEntrypoint() local
1458 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.cpp2072 …NITIZE static ets_objectArray NewObjectsArray(EtsEnv *env, ets_size length, ets_class elementClass, in NewObjectsArray()