Home
last modified time | relevance | path

Searched defs:empty (Results 1 – 15 of 15) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dlater_elimination.cpp40 auto empty = new (chunk_) DependChains(chunk_); in VisitDependEntry() local
Drange_guard.cpp150 auto empty = new (chunk_) DependChains(chunk_); in VisitDependEntry() local
Dcompiler_log.cpp51 bool empty = methodName.empty(); in IncludesMethod() local
Dearly_elimination.cpp74 auto empty = new (chunk_) DependInfoNode(chunk_); in VisitDependEntry() local
/arkcompiler/runtime_core/libpandabase/utils/
Dspan.h212 bool empty() const in empty() function
Dring_buffer.h381 [[nodiscard]] constexpr bool empty() const noexcept // NOLINT(readability-identifier-naming) in empty() function
Dsmall_vector.h393 bool empty() const in empty() function
Dlist.h512 bool empty() const in empty() function
Dbit_vector.h347 bool empty() const in empty() function
/arkcompiler/runtime_core/bytecode_optimizer/
Dbytecode_optimizer_isapi.rb151 def empty method
/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_lightweightmap_test.cpp301 uint32_t empty = 0; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/tests/
Dtagged_value_test.cpp1147 JSHandle<JSTaggedValue> empty(thread->GetEcmaVM()->GetFactory()->NewFromASCII("")); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/
Djs_serializer.cpp829 bool empty = arrayLength == 0; in WriteJSArrayBuffer() local
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp588 auto *empty = AllocNode<ir::EmptyStatement>(); in ParseEmptyStatement() local
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument