Home
last modified time | relevance | path

Searched defs:Has (Results 1 – 25 of 51) sorted by relevance

123

/arkcompiler/ets_runtime/ecmascript/
Djs_weak_container.cpp49 bool JSWeakMap::Has(JSThread *thread, JSTaggedValue key) const in Has() function in panda::ecmascript::JSWeakMap
100 bool JSWeakSet::Has(JSThread *thread, JSTaggedValue value) const in Has() function in panda::ecmascript::JSWeakSet
Djs_set.cpp51 bool JSSet::Has(const JSThread *thread, JSTaggedValue value) const in Has() function in panda::ecmascript::JSSet
Djs_map.cpp52 bool JSMap::Has(JSThread *thread, JSTaggedValue key) const in Has() function in panda::ecmascript::JSMap
Dlinked_hash_table.cpp172 bool LinkedHashMap::Has(const JSThread *thread, JSTaggedValue key) const in Has() function in panda::ecmascript::LinkedHashMap
243 bool LinkedHashSet::Has(const JSThread *thread, JSTaggedValue key) const in Has() function in panda::ecmascript::LinkedHashSet
/arkcompiler/runtime_core/static_core/runtime/interpreter/
Dcache.h26 bool Has(const void *pc, Method *caller) const in Has() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/
Dtarget.h72 bool Has(size_t i) const in Has() function
/arkcompiler/ets_runtime/ecmascript/shared_objects/
Djs_shared_set.cpp62 bool JSSharedSet::Has(JSThread *thread, const JSHandle<JSSharedSet> &set, JSTaggedValue value) in Has() function in panda::ecmascript::JSSharedSet
Djs_shared_map.cpp63 bool JSSharedMap::Has(JSThread *thread, const JSHandle<JSSharedMap> &map, JSTaggedValue key) in Has() function in panda::ecmascript::JSSharedMap
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_reflect_stub_builder.cpp57 void BuiltinsReflectStubBuilder::Has(Variable* result, Label* exit, Label* slowPath) in Has() function in panda::ecmascript::kungfu::BuiltinsReflectStubBuilder
Dbuiltins_collection_stub_builder.cpp229 void BuiltinsCollectionStubBuilder<CollectionType>::Has(Variable *result, Label *exit, Label *slowP… in Has() function in panda::ecmascript::kungfu::BuiltinsCollectionStubBuilder
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_weak_map.cpp92 JSTaggedValue BuiltinsWeakMap::Has(EcmaRuntimeCallInfo *argv) in Has() function in panda::ecmascript::builtins::BuiltinsWeakMap
Dbuiltins_weak_set.cpp148 JSTaggedValue BuiltinsWeakSet::Has(EcmaRuntimeCallInfo *argv) in Has() function in panda::ecmascript::builtins::BuiltinsWeakSet
Dbuiltins_set.cpp157 JSTaggedValue BuiltinsSet::Has(EcmaRuntimeCallInfo *argv) in Has() function in panda::ecmascript::builtins::BuiltinsSet
Dbuiltins_shared_set.cpp159 JSTaggedValue BuiltinsSharedSet::Has(EcmaRuntimeCallInfo *argv) in Has() function in panda::ecmascript::builtins::BuiltinsSharedSet
Dbuiltins_map.cpp122 JSTaggedValue BuiltinsMap::Has(EcmaRuntimeCallInfo *argv) in Has() function in panda::ecmascript::builtins::BuiltinsMap
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_hashset.cpp29 JSTaggedValue JSAPIHashSet::Has(JSThread *thread, JSTaggedValue value) in Has() function in panda::ecmascript::JSAPIHashSet
Djs_api_tree_set.cpp67 bool JSAPITreeSet::Has(JSThread *thread, const JSHandle<JSAPITreeSet> &set, const JSHandle<JSTagged… in Has() function in panda::ecmascript::JSAPITreeSet
Djs_api_stack.cpp116 bool JSAPIStack::Has(JSThread *thread, JSTaggedValue value) const in Has() function in panda::ecmascript::JSAPIStack
Djs_api_queue.cpp138 bool JSAPIQueue::Has(const JSThread *thread, JSTaggedValue value) const in Has() function in panda::ecmascript::JSAPIQueue
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dloop.h66 bool Has(const BB &bb) const in Has() function
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_deque.cpp141 JSTaggedValue ContainersDeque::Has(EcmaRuntimeCallInfo *argv) in Has() function in panda::ecmascript::containers::ContainersDeque
Dcontainers_hashset.cpp161 JSTaggedValue ContainersHashSet::Has(EcmaRuntimeCallInfo *argv) in Has() function in panda::ecmascript::containers::ContainersHashSet
/arkcompiler/runtime_core/static_core/libpandafile/
Dfile_item_container.h249 bool Has(IndexedItem *item) const in Has() function
/arkcompiler/runtime_core/libpandafile/
Dfile_item_container.h281 bool Has(IndexedItem *item) const in Has() function
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_api_stack_test.cpp259 HWTEST_F_L0(JSAPIStackTest, Has) in HWTEST_F_L0() argument

123