| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | js_set.cpp | 20 void JSSet::Add(JSThread *thread, const JSHandle<JSSet> &set, const JSHandle<JSTaggedValue> &value) in Add() function in panda::ecmascript::JSSet
|
| H A D | js_weak_container.cpp | 76 void JSWeakSet::Add(JSThread *thread, const JSHandle<JSWeakSet> &weakSet, const JSHandle<JSTaggedValue> &value) in Add() function in panda::ecmascript::JSWeakSet
|
| H A D | linked_hash_table.cpp | 214 JSHandle<LinkedHashSet> LinkedHashSet::Add(const JSThread *thread, const JSHandle<LinkedHashSet> &obj, in Add() function in panda::ecmascript::LinkedHashSet
|
| /arkcompiler/ets_runtime/ecmascript/shared_objects/ |
| H A D | js_shared_set.cpp | 22 void JSSharedSet::Add(JSThread *thread, const JSHandle<JSSharedSet> &set, const JSHandle<JSTaggedValue> &value) in Add() function in panda::ecmascript::JSSharedSet
|
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| H A D | sequence.h | 25 void Add(double val) in Add() function in ark::Sequence
|
| H A D | json_builder.h | 113 JsonArrayBuilder &Add(T &&value) & in Add() function in ark::JsonArrayBuilder 121 JsonArrayBuilder &&Add(T &&value) && in Add() function in ark::JsonArrayBuilder
|
| /arkcompiler/ets_frontend/ets2panda/ir/ |
| H A D | srcDump.cpp | 53 void SrcDumper::Add(const std::string &str) in Add() function in ark::es2panda::ir::SrcDumper 58 void SrcDumper::Add(int32_t i) in Add() function in ark::es2panda::ir::SrcDumper 63 void SrcDumper::Add(int64_t l) in Add() function in ark::es2panda::ir::SrcDumper 68 void SrcDumper::Add(float f) in Add() function in ark::es2panda::ir::SrcDumper 73 void SrcDumper::Add(double d) in Add() function in ark::es2panda::ir::SrcDumper
|
| /arkcompiler/ets_runtime/ecmascript/ic/ |
| H A D | proto_change_details.cpp | 18 JSHandle<ChangeListener> ChangeListener::Add(const JSThread *thread, const JSHandle<ChangeListener> &array, in Add() function in panda::ecmascript::ChangeListener
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/ |
| H A D | vn.cpp | 44 void VnObject::Add(Inst *inst) in Add() function in panda::compiler::VnObject 61 void VnObject::Add(uint32_t obj) in Add() function in panda::compiler::VnObject [all...] |
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| H A D | regAllocator.h | 49 void Add(const ir::AstNode *const node, Args &&...args) in Add() function in ark::es2panda::ark::es2panda::compiler::AllocatorBase
|
| /arkcompiler/ets_frontend/es2panda/compiler/base/ |
| H A D | literals.h | 44 void Add(const ir::Literal *lit) in Add() function in panda::es2panda::panda::es2panda::panda::es2panda::compiler::LiteralBuffer
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/ |
| H A D | pgo_proto_transition_type_pool.h | 112 void Add(PGOProtoTransitionType type) in Add() function in panda::ecmascript::pgo::PGOProtoTransitionPool
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| H A D | json_builder.h | 109 JsonArrayBuilder &Add(T &&value) & in Add() function in panda::JsonArrayBuilder 117 JsonArrayBuilder &&Add(T &&value) && in Add() function in panda::JsonArrayBuilder
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| H A D | builtins_weak_set.cpp | 101 JSTaggedValue BuiltinsWeakSet::Add(EcmaRuntimeCallInfo *argv) in Add() function in panda::ecmascript::builtins::BuiltinsWeakSet
|
| H A D | builtins_set.cpp | 100 JSTaggedValue BuiltinsSet::Add(EcmaRuntimeCallInfo *argv) in Add() function in panda::ecmascript::builtins::BuiltinsSet
|
| H A D | builtins_shared_set.cpp | 106 JSTaggedValue BuiltinsSharedSet::Add(EcmaRuntimeCallInfo *argv) in Add() function in panda::ecmascript::builtins::BuiltinsSharedSet
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | debug_info.h | 62 size_t Add(std::string &&str) in Add() function in panda::ecmascript::kungfu::DebugInfo::FuncDebugInfo
|
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| H A D | js_api_hashset.cpp | 44 void JSAPIHashSet::Add(JSThread *thread, JSHandle<JSAPIHashSet> hashSet, JSHandle<JSTaggedValue> value) in Add() function in panda::ecmascript::JSAPIHashSet
|
| H A D | js_api_tree_set.cpp | 24 void JSAPITreeSet::Add(JSThread *thread, const JSHandle<JSAPITreeSet> &set, const JSHandle<JSTaggedValue> &value) in Add() function in panda::ecmascript::JSAPITreeSet
|
| /arkcompiler/runtime_core/platforms/unix/libpandabase/ |
| H A D | signal.h | 43 void Add(int sig) in Add() function in panda::os::unix::SignalCtl
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/ |
| H A D | target.h | 77 void Add(size_t i) in Add() function in ark::compiler::amd64::RegList
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| H A D | lowering.h | 143 void Add(Inst *inst) in Add() function in ark::compiler::InstructionsCapture
|
| H A D | vn.cpp | 179 void VnObject::Add(Inst *inst) Add() function in ark::compiler::VnObject 216 void VnObject::Add(HalfObjType obj1, HalfObjType obj2) Add() function in ark::compiler::VnObject [all...] |
| /arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/ |
| H A D | signal.h | 43 void Add(int sig) in Add() function in ark::os::unix::SignalCtl
|
| /arkcompiler/runtime_core/static_core/runtime/mem/refstorage/ |
| H A D | global_object_storage.cpp | 67 Reference *GlobalObjectStorage::Add(const ObjectHeader *object, Reference::ObjectType type) const in Add() function in ark::mem::GlobalObjectStorage
|