Home
last modified time | relevance | path

Searched defs:isEmpty (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandabase/mem/ringbuf/
Dlock_free_ring_buffer.h77 bool isEmpty = (localHead == localTail); in IsEmpty() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dbin_mpl_import.cpp252 bool isEmpty = methods.empty(); in ImportMethodsOfStructType() local
275 bool isEmpty = interfaces.empty(); in ImportInterfacesOfClassType() local
287 bool isEmpty = type.GetInfoIsString().empty(); in ImportInfoIsStringOfStructType() local
301 bool isEmpty = type.GetInfo().empty(); in ImportInfoOfStructType() local
316 bool isEmpty = type.GetPragmaVec().empty(); in ImportPragmaOfStructType() local
/arkcompiler/runtime_core/static_core/runtime/mem/
Drunslots.h111 bool isEmpty = (usedSlots_ == 0); in IsEmpty() local
/arkcompiler/ets_frontend/es2panda/typescript/types/
DinterfaceType.cpp240 bool isEmpty = true; in GetTypeFacts() local
/arkcompiler/ets_frontend/ets2panda/checker/types/ts/
DinterfaceType.cpp241 bool isEmpty = true; in GetTypeFacts() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_api_hashset_test.cpp181 JSTaggedValue isEmpty = hashSet->IsEmpty(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_treemap_test.cpp1356 JSTaggedValue isEmpty = ContainersTreeMap::IsEmpty(callInfo); in HWTEST_F_L0() local
1369 JSTaggedValue isEmpty = ContainersTreeMap::IsEmpty(callInfo); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.cpp661 Label isEmpty(env); in NewTaggedArray() local
701 Label isEmpty(env); in NewMutantTaggedArray() local
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument