Home
last modified time | relevance | path

Searched defs:Add (Results 1 - 25 of 77) sorted by relevance

1234

/arkcompiler/ets_runtime/ecmascript/
H A Djs_set.cpp20 void JSSet::Add(JSThread *thread, const JSHandle<JSSet> &set, const JSHandle<JSTaggedValue> &value) in Add() function in panda::ecmascript::JSSet
H A Djs_weak_container.cpp76 void JSWeakSet::Add(JSThread *thread, const JSHandle<JSWeakSet> &weakSet, const JSHandle<JSTaggedValue> &value) in Add() function in panda::ecmascript::JSWeakSet
H A Dlinked_hash_table.cpp214 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 Djs_shared_set.cpp22 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 Dsequence.h25 void Add(double val) in Add() function in ark::Sequence
H A Djson_builder.h113 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 DsrcDump.cpp53 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 Dproto_change_details.cpp18 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 Dvn.cpp44 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 DregAllocator.h49 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 Dliterals.h44 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 Dpgo_proto_transition_type_pool.h112 void Add(PGOProtoTransitionType type) in Add() function in panda::ecmascript::pgo::PGOProtoTransitionPool
/arkcompiler/runtime_core/libpandabase/utils/
H A Djson_builder.h109 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 Dbuiltins_weak_set.cpp101 JSTaggedValue BuiltinsWeakSet::Add(EcmaRuntimeCallInfo *argv) in Add() function in panda::ecmascript::builtins::BuiltinsWeakSet
H A Dbuiltins_set.cpp100 JSTaggedValue BuiltinsSet::Add(EcmaRuntimeCallInfo *argv) in Add() function in panda::ecmascript::builtins::BuiltinsSet
H A Dbuiltins_shared_set.cpp106 JSTaggedValue BuiltinsSharedSet::Add(EcmaRuntimeCallInfo *argv) in Add() function in panda::ecmascript::builtins::BuiltinsSharedSet
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Ddebug_info.h62 size_t Add(std::string &&str) in Add() function in panda::ecmascript::kungfu::DebugInfo::FuncDebugInfo
/arkcompiler/ets_runtime/ecmascript/js_api/
H A Djs_api_hashset.cpp44 void JSAPIHashSet::Add(JSThread *thread, JSHandle<JSAPIHashSet> hashSet, JSHandle<JSTaggedValue> value) in Add() function in panda::ecmascript::JSAPIHashSet
H A Djs_api_tree_set.cpp24 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 Dsignal.h43 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 Dtarget.h77 void Add(size_t i) in Add() function in ark::compiler::amd64::RegList
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dlowering.h143 void Add(Inst *inst) in Add() function in ark::compiler::InstructionsCapture
H A Dvn.cpp179 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 Dsignal.h43 void Add(int sig) in Add() function in ark::os::unix::SignalCtl
/arkcompiler/runtime_core/static_core/runtime/mem/refstorage/
H A Dglobal_object_storage.cpp67 Reference *GlobalObjectStorage::Add(const ObjectHeader *object, Reference::ObjectType type) const in Add() function in ark::mem::GlobalObjectStorage

Completed in 25 milliseconds

1234