Home
last modified time | relevance | path

Searched defs:Update (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dslots.h36 void Update(TaggedObject *header) in Update() function
41 void Update(JSTaggedType value) in Update() function
Dbarriers.cpp21 void Barriers::Update(uintptr_t slotAddr, Region *objectRegion, TaggedObject *value, Region *valueR… in Update() function in panda::ecmascript::Barriers
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_loader.h43 void Update(Callback callback) in Update() function
52 void Update(const CString &recordName, Callback callback) in Update() function
Dpgo_profiler_info.h373 bool Update(const CString &recordName, Callback callback) in Update() function
450 void Update(Callback callback) in Update() function
460 void Update(const CString &recordName, Callback callback) in Update() function
/arkcompiler/ets_frontend/es2panda/ir/statements/
DforUpdateStatement.h70 Expression *Update() in Update() function
75 const Expression *Update() const in Update() function
/arkcompiler/ets_runtime/ecmascript/
Djs_handle.h230 void Update(JSTaggedValue value) in Update() function
238 void Update(const JSHandle<S> &handle) in Update() function
Djs_set_iterator.cpp79 void JSSetIterator::Update(const JSThread *thread) in Update() function in panda::ecmascript::JSSetIterator
Djs_map_iterator.cpp85 void JSMapIterator::Update(const JSThread *thread) in Update() function in panda::ecmascript::JSMapIterator
/arkcompiler/runtime_core/libpandabase/utils/
Dbit_field.h128 static constexpr uint64_t Update(uint64_t old_value, T value) in Update() function
/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
Dopt_code_profiler.h66 void Update(EcmaOpcode opcode, Mode mode) in Update() function
/arkcompiler/runtime_core/runtime/
Dcha.cpp29 void ClassHierarchyAnalysis::Update(Class *klass) in Update() function in panda::ClassHierarchyAnalysis
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_set_iterator_test.cpp106 HWTEST_F_L0(JSSetIteratorTest, Update) in HWTEST_F_L0() argument
Djs_map_iterator_test.cpp171 HWTEST_F_L0(JSMapIteratorTest, Update) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi.h1486 void Global<T>::Update(const Global &that) in Update() function