Home
last modified time | relevance | path

Searched defs:assignable (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/
Dheap_manager.cpp377 static bool MatchesClass(const ObjectHeader *obj, const Class *hClass, bool assignable) in MatchesClass()
385 void HeapManager::CountInstances(const PandaVector<Class *> &classes, bool assignable, uint64_t *co… in CountInstances()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dhelpers.cpp2547 bool assignable = false; in CheckLambdaAssignableUnion() local