arkcompiler_ets_runtime/ecmascript
yaochaonan 48213e5303 Add esm Trace
Issue:https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I9RTYD?from=project-issue

Signed-off-by: yaochaonan <yaochaonan@huawei.com>
Change-Id: Ie696e83790b2375425a4f134f30e7192ccf48eb4
2024-05-29 14:50:53 +08:00
..
base !7353 bugfix:Array.prototype.sort has a bug where length > 1<<32 2024-05-28 02:10:01 +00:00
builtins Add esm Trace 2024-05-29 14:50:53 +08:00
checkpoint Bugfix Defined misuse 2024-05-18 16:33:05 +08:00
compiler !7515 Fix runtime info mmap bugfix 2024-05-28 06:37:12 +00:00
containers !6385 [质量加固]: 容器double类型整改 2024-05-18 12:59:57 +00:00
daemon Support SharedGC ConcurentMark 2024-05-16 18:29:49 +08:00
debugger Revert "Fix CpuProfiler probability of stopping failure" 2024-05-10 14:24:43 +08:00
deoptimizer Call deopt spread bugfix 2024-05-25 18:43:46 +08:00
dfx !7520 【bug】修复cpuprofiler录制时概率出现负数的问题 2024-05-26 11:02:10 +00:00
extractortool/src Bugfix for sourceMap 2024-05-13 14:15:53 +08:00
ic !7479 五大项整改::HeapSnapshot::GenerateNode();Elements::MigrateArrayWithKind();StoreICRuntime::StoreMiss();JITProfiler::ConvertICByNameWithHandler() 2024-05-25 15:53:14 +00:00
interpreter !7276 define property by name 2024-05-24 12:39:51 +00:00
intl modify napi performance 2024-04-21 14:47:41 +08:00
jit !7479 五大项整改::HeapSnapshot::GenerateNode();Elements::MigrateArrayWithKind();StoreICRuntime::StoreMiss();JITProfiler::ConvertICByNameWithHandler() 2024-05-25 15:53:14 +00:00
jobs Add esm Trace 2024-05-29 14:50:53 +08:00
js_api !6694 [新需求]: ArkTS bitvector支持 2024-05-17 15:04:43 +00:00
js_vm 回退 'Pull Request !6378 : Enable forward CFI and PAC backward CFI' 2024-03-14 01:20:39 +00:00
jspandafile Add esm Trace 2024-05-29 14:50:53 +08:00
mem Fix ConcurrentSweeping SetSwept and ResetSwept multi thread execution timing 2024-05-26 17:43:48 +08:00
module Add esm Trace 2024-05-29 14:50:53 +08:00
napi !7013 Can not modify properties inherit from sendable parent in napi 2024-05-28 08:26:45 +00:00
ohos Fix runtime info mmap bugfix 2024-05-27 18:38:04 +08:00
patch fix UT of quick fix that using the new method name 2024-05-26 17:02:59 +08:00
pgo_profiler !7466 avoid deopt when array store index is out of bounds 2024-05-25 15:17:06 +00:00
platform !7417 change AOT escape code macros 2024-05-21 14:38:41 +08:00
quick_fix fix code check 2024-04-18 17:04:51 +08:00
regexp Fix regexp parser cache nullptr bug 2024-04-21 12:41:56 +08:00
require fix standalone build error 2024-05-13 20:38:46 +08:00
sdk 部件弹性化部署整改 2023-07-03 19:56:05 +08:00
serializer !7368 [新需求]: 新增Cell类型,并适配缓存ProfileTypeInfo以提升性能 2024-05-17 10:00:26 +00:00
shared_mm modify napi performance 2024-04-21 14:47:41 +08:00
shared_objects !6694 [新需求]: ArkTS bitvector支持 2024-05-17 15:04:43 +00:00
snapshot AtomicInsertLocalToShare optimize 2024-05-20 10:31:39 +08:00
stackmap llvm litecg相关目录整理 2024-02-22 15:46:20 +08:00
stubs !7442 Opt Array.isArray & Reflect.get & Object.SetPrototypeOf 2024-05-27 13:53:55 +00:00
taskpool Enable SharedGC ConcurrentMark 2024-05-21 16:25:44 +08:00
tests Bugfix: shared nonmovable space reach limit frequently 2024-05-23 11:54:28 +08:00
ts_types Remove TSManager and TSTypes 2024-04-18 19:02:45 +08:00
accessor_data.h New API for SharedArray 2024-04-02 07:56:43 +08:00
async_generator_helper.cpp Fix AsyncGenerator 2023-02-23 18:43:29 +08:00
async_generator_helper.h Added New Code Of Asyncgenrator 2022-08-02 15:42:50 +08:00
builtin_entries.h clear builtin entry when sttoglobalrecord 2024-01-08 16:38:59 +08:00
byte_array.cpp Fixed ByteArray not supporting BIGINT64 and BIGUINT64 2023-07-04 23:14:59 +08:00
byte_array.h Implement serialize base class 2023-12-01 09:02:26 +08:00
common.h share constpool between vm 2024-04-03 19:08:44 +08:00
date_parse.cpp Fix code style 2024-05-17 10:57:26 +08:00
date_parse.h BugFix:ark failed to parse the date 2024-01-09 10:07:10 +08:00
dump.cpp 加载依赖库时异常,异常定位信息增强 2024-05-20 16:33:58 +08:00
ecma_context.cpp !7247 【语言编译运行时】【ArkCompiler】: log日志打印执行的模块并可通过option控制 2024-05-25 15:47:59 +00:00
ecma_context.h Add actual argv in frameArgs 2024-05-23 22:14:02 +08:00
ecma_global_storage.h 修改告警 2024-05-06 16:09:56 +08:00
ecma_handle_scope.cpp Support SharedGC ConcurentMark 2024-05-16 18:29:49 +08:00
ecma_handle_scope.h primitive_scope part2 2024-05-07 10:52:20 +08:00
ecma_isa.yaml add define property by name 2024-05-23 21:28:08 +08:00
ecma_macros.h Support SharedGC ConcurentMark 2024-05-16 18:29:49 +08:00
ecma_param_configuration.h Fix cpuprofiler Sampling error 2024-04-23 09:57:21 +08:00
ecma_runtime_call_info.h Fixed data type under builtins (int->uint) 2023-07-20 16:48:27 +08:00
ecma_string_table.cpp Bugfix Defined misuse 2024-05-18 16:33:05 +08:00
ecma_string_table.h Make the string table mutex non-recursive 2024-04-27 17:37:59 +08:00
ecma_string-inl.h optimize regexp replace internal string concat 2024-04-17 15:59:03 +08:00
ecma_string.cpp modify code alarms 2024-05-14 11:37:18 +08:00
ecma_string.h 修改告警:确保无符号整数不溢出 2024-05-10 18:27:47 +08:00
ecma_vm.cpp Call deopt spread bugfix 2024-05-25 18:43:46 +08:00
ecma_vm.h JS leakage setting restrictions 2024-05-21 13:32:19 +00:00
element_accessor-inl.h Add fastpath for elementkind 2024-05-24 15:11:45 +08:00
element_accessor.cpp Add fastpath for elementkind 2024-05-24 15:11:45 +08:00
element_accessor.h Add fastpath for elementkind 2024-05-24 15:11:45 +08:00
elements.cpp 五大项整改:HeapSnapshot::GenerateNode();Elements::MigrateArrayWithKind();StoreICRuntime::StoreMiss();JITProfiler::ConvertICByNameWithHandler() 2024-05-22 11:11:31 +08:00
elements.h 五大项整改:HeapSnapshot::GenerateNode();Elements::MigrateArrayWithKind();StoreICRuntime::StoreMiss();JITProfiler::ConvertICByNameWithHandler() 2024-05-22 11:11:31 +08:00
enum_conversion.h Fix the aot bug of ldobjbyname 2024-04-16 12:15:31 +08:00
filter_helper.h Modifying Code Alarms 2023-08-10 17:35:58 +08:00
frames.cpp Fix code style 2024-05-17 10:57:26 +08:00
frames.h Add actual argv in frameArgs 2024-05-23 22:14:02 +08:00
free_object.cpp [Bug]: 即使ARK_ASAN_ON未定义,仍有可能将ASAN_POISON_MEMORY_REGION编入,导致use after poison 2024-04-01 14:19:53 +08:00
free_object.h Support sharedHeap allocation 2024-01-25 21:56:23 +08:00
generator_helper.cpp Descriptor: support first level instruction 2022-08-24 14:12:42 +08:00
generator_helper.h
global_dictionary-inl.h Support BigInt in Sendable object 2024-03-16 11:31:05 +08:00
global_dictionary.h Bugfix on GlobalDictionary::InvalidatePropertyBox which index is wrong entry param for InvalidateAndReplaceEntry 2024-01-06 15:39:40 +08:00
global_env_constants-inl.h [feature]:dataview.prototype.get arraybuffer.isview aot nativeinline 2024-04-02 12:37:44 +08:00
global_env_constants.cpp Bugfix: shared nonmovable space reach limit frequently 2024-05-23 11:54:28 +08:00
global_env_constants.h !7495 Cache Uint64Max/Int64Max bigint 2024-05-23 08:02:18 +00:00
global_env_fields.h !7206 Inline some builtins of Object Function Reflect 2024-05-23 04:30:24 +00:00
global_env.cpp Move EcmaString & StringTable on Shared Heap 2024-02-07 23:13:44 +08:00
global_env.h Fix some typedarray bugs and Add UT 2024-04-14 19:37:09 +08:00
global_handle_collection.h feat(heap): Heap leak check optimization 2023-01-13 09:35:29 +08:00
global_index_map.cpp Work serialize optimization 2024-02-27 19:22:08 +08:00
global_index_map.h PGO support builtin Ctor Hclass 2024-03-29 10:03:45 +08:00
global_index.h 修改告警 2024-04-24 09:57:44 +08:00
js_arguments.cpp Remove JSArgument's unused accessor 2022-06-14 19:44:14 +08:00
js_arguments.h Remove JSArgument's unused accessor 2022-06-14 19:44:14 +08:00
js_array_iterator.cpp 构造函数递归Set导致断言失败 bugfix 2024-04-15 19:31:56 +08:00
js_array_iterator.h Impl for-of and for-in HIR lowering 2023-10-26 15:40:03 +08:00
js_array.cpp optimize create array with length 2024-05-05 09:20:16 +00:00
js_array.h Fix code style 2024-05-17 10:57:26 +08:00
js_arraybuffer.cpp Support jsarraybuffer with external pointer transfer and intercept JSNativePointer serialize 2024-05-07 15:10:13 +08:00
js_arraybuffer.h Support jsarraybuffer with external pointer transfer and intercept JSNativePointer serialize 2024-05-07 15:10:13 +08:00
js_async_from_sync_iterator.cpp Fix THROW_TYPE_ERROR_AND_RETURN Part 1 2023-07-10 10:24:40 +08:00
js_async_from_sync_iterator.h Fix AsyncGenerator 2023-02-23 18:43:29 +08:00
js_async_function.cpp !4406 THROW_TYPE_ERROR_AND_RETURN Part 3 2023-07-15 08:19:15 +00:00
js_async_function.h Added New Code Of Asyncgenrator 2022-08-02 15:42:50 +08:00
js_async_generator_object.cpp fixbug for AsyncGeneratorResolve have overflow 2024-04-10 08:57:58 +08:00
js_async_generator_object.h Fix AsyncGenerator 2023-02-23 18:43:29 +08:00
js_bigint.cpp !7056 [Bug] atomics方法Detach后未报异常 2024-05-25 16:10:43 +00:00
js_bigint.h Bugfix: shared nonmovable space reach limit frequently 2024-05-23 11:54:28 +08:00
js_collator.cpp !6945 修改Collator Collation值设定错误问题 2024-04-24 04:40:44 +00:00
js_collator.h modify napi performance 2024-04-21 14:47:41 +08:00
js_dataview.cpp Modify the variable name and function name for typedarray and bytearray 2023-02-06 19:40:56 +08:00
js_dataview.h Header file redundancy rectification 2022-07-18 19:58:44 +08:00
js_date_time_format.cpp !7124 规范更新,修改Datetime Format构造 2024-05-13 04:12:27 +00:00
js_date_time_format.h modify datetime format constructor 2024-04-25 19:36:46 +08:00
js_date.cpp modify code alarms 2024-04-19 14:53:36 +08:00
js_date.h bugfix about date 2023-04-10 20:24:30 +08:00
js_displaynames.cpp Merge branch 'master' of gitee.com:openharmony/arkcompiler_ets_runtime into displaynames_type 2024-04-22 11:30:46 +00:00
js_displaynames.h Merge branch 'master' of gitee.com:openharmony/arkcompiler_ets_runtime into displaynames_type 2024-04-22 11:30:46 +00:00
js_file_path.cpp Load ai support worker and taskpool 2023-02-03 10:27:16 +08:00
js_file_path.h solve the issue of ai file sharing 2023-01-09 19:41:52 +08:00
js_finalization_registry.cpp Forbidden Calling GetJSThread by Region 2024-01-19 17:38:00 +08:00
js_finalization_registry.h AOT Supports VTable [PART_1] 2023-03-16 19:07:49 +08:00
js_for_in_iterator.cpp !6037 异常未及时返回part5 2024-01-30 06:44:34 +00:00
js_for_in_iterator.h Modify code warning 2024-01-09 19:54:37 +08:00
js_function_kind.h asyncmethod.constructor.name 2023-12-28 13:55:37 +08:00
js_function.cpp !7050 [Bug] If prototype is at end need to return false 2024-05-24 04:16:14 +00:00
js_function.h !7200 Fix some shared constpools bugs in AOT 2024-05-18 11:45:22 +00:00
js_generator_object.cpp Add error message for some THROW_TYPE_ERROR_AND_RETURNs 2024-01-04 09:59:41 +08:00
js_generator_object.h issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I9FCQ6 2024-04-12 11:25:54 +08:00
js_global_object.h Add ldpatchvar & stpatchvar for hot patch 2022-09-03 16:12:46 +08:00
js_handle.h primitive_scope part3 2024-05-10 12:29:07 +08:00
js_hclass-inl.h Support sendable env 2024-05-12 17:41:27 +08:00
js_hclass.cpp !7013 Can not modify properties inherit from sendable parent in napi 2024-05-28 08:26:45 +00:00
js_hclass.h !7013 Can not modify properties inherit from sendable parent in napi 2024-05-28 08:26:45 +00:00
js_intl.h !1833 fix fuzztest errro and add new fuzztest 2022-07-25 08:49:51 +08:00
js_iterator.cpp 异常问题加固part1 2024-01-30 09:47:06 +08:00
js_iterator.h Fix AsyncGenerator 2023-02-23 18:43:29 +08:00
js_list_format.cpp !6886 [BUG] 修复初始化list-format时options非JSObject未抛出异常 2024-04-23 04:01:14 +00:00
js_list_format.h modify napi performance 2024-04-21 14:47:41 +08:00
js_locale.cpp !6681 修复DisplayNames of接口 type属性设定范围不全问题 2024-05-01 03:07:17 +00:00
js_locale.h !6681 修复DisplayNames of接口 type属性设定范围不全问题 2024-05-01 03:07:17 +00:00
js_map_iterator.cpp ElementsKind-Part2 2023-12-18 15:57:47 +08:00
js_map_iterator.h Impl for-of and for-in HIR lowering 2023-10-26 15:40:03 +08:00
js_map.cpp Forbidden Calling GetJSThread by Region 2024-01-19 17:38:00 +08:00
js_map.h Forbidden Calling GetJSThread by Region 2024-01-19 17:38:00 +08:00
js_native_pointer.h modify napi performance 2024-04-21 14:47:41 +08:00
js_number_format.cpp !6941 【bug】修复formatToParts参数不支持bigint问题 2024-05-01 02:28:57 +00:00
js_number_format.h modify napi performance 2024-04-21 14:47:41 +08:00
js_object_resizing_strategy.h complete pr 4963 of properties add 8 2023-10-23 16:01:02 +08:00
js_object-inl.h !6694 [新需求]: ArkTS bitvector支持 2024-05-17 15:04:43 +00:00
js_object.cpp Opt Array.isArray & Reflect.get & Object.SetPrototypeOf 2024-05-27 19:26:21 +08:00
js_object.h !6694 [新需求]: ArkTS bitvector支持 2024-05-17 15:04:43 +00:00
js_plural_rules.cpp modify napi performance 2024-04-21 14:47:41 +08:00
js_plural_rules.h modify napi performance 2024-04-21 14:47:41 +08:00
js_primitive_ref.cpp 没有抛异常 2024-02-23 16:26:25 +08:00
js_primitive_ref.h Fix String extend Bug 2023-05-22 16:02:21 +08:00
js_promise.cpp NAPI Optimization - ResolveReject Defer 2024-05-04 19:40:16 +08:00
js_promise.h
js_proxy.cpp Fix code style 2024-05-17 10:57:26 +08:00
js_proxy.h [JIT] export libark_jsruntime.so symbols for libark_jsoptimizer.so 2024-01-25 12:24:36 +08:00
js_realm.h !1833 fix fuzztest errro and add new fuzztest 2022-07-25 08:49:51 +08:00
js_regexp_iterator.cpp Optimize RegExp 2024-03-23 10:41:06 +08:00
js_regexp_iterator.h add test case for JSRegexpIterator 2022-07-14 09:52:10 +08:00
js_regexp.h Opt string regexp 2024-04-25 16:51:36 +08:00
js_relative_time_format.cpp 增加JSRelativeTimeFormat::InitializeRelativeTimeFormat对类型检查保护 2023-12-05 15:52:46 +08:00
js_relative_time_format.h modify napi performance 2024-04-21 14:47:41 +08:00
js_runtime_options.cpp Enable Framework AOT 2024-05-20 09:50:28 +08:00
js_runtime_options.h Add esm Trace 2024-05-29 14:50:53 +08:00
js_segment_iterator.cpp modify napi performance 2024-04-21 14:47:41 +08:00
js_segment_iterator.h modify napi performance 2024-04-21 14:47:41 +08:00
js_segmenter.cpp !6883 [BUG] 修复初始化Segmenter时options非JSObject未抛出异常 2024-04-23 06:50:19 +00:00
js_segmenter.h modify napi performance 2024-04-21 14:47:41 +08:00
js_segments.cpp modify napi performance 2024-04-21 14:47:41 +08:00
js_segments.h modify napi performance 2024-04-21 14:47:41 +08:00
js_serializer.cpp Enable Framework AOT 2024-05-20 09:50:28 +08:00
js_serializer.h add JS_TERMINATION_ERROR and exceed limit Size jscrash 2023-12-23 11:05:30 +08:00
js_set_iterator.cpp Impl for-of and for-in HIR lowering 2023-10-26 15:40:03 +08:00
js_set_iterator.h Impl for-of and for-in HIR lowering 2023-10-26 15:40:03 +08:00
js_set.cpp Forbidden Calling GetJSThread by Region 2024-01-19 17:38:00 +08:00
js_set.h Forbidden Calling GetJSThread by Region 2024-01-19 17:38:00 +08:00
js_stable_array.cpp Add fastpath for elementkind 2024-05-24 15:11:45 +08:00
js_stable_array.h Add fastpath for elementkind 2024-05-24 15:11:45 +08:00
js_string_iterator.cpp fix issue: return JSTaggedValue::Exception to JS-World, which cause 0xa problem 2022-08-15 22:37:14 +08:00
js_string_iterator.h
js_symbol.h fix debug pgo 262 2024-04-29 17:29:45 +08:00
js_tagged_number.h Fix Multiplication -0 Bug 2023-06-01 16:47:49 +08:00
js_tagged_value_internals.h Add JsTaggedValue values in JSNapi. 2023-11-20 14:22:21 +03:00
js_tagged_value-inl.h Bugfix: shared nonmovable space reach limit frequently 2024-05-23 11:54:28 +08:00
js_tagged_value.cpp 修复JSFunction::Call重复调用问题 2024-05-23 18:50:33 +08:00
js_tagged_value.h 加载依赖库时异常,异常定位信息增强 2024-05-20 16:33:58 +08:00
js_thread_hclass_entries.h PGO collect builtin typedArrayOnHeap HClass 2024-04-01 16:23:04 +08:00
js_thread_stub_entries.h enable baseline compiler 2024-04-21 17:58:55 +08:00
js_thread.cpp Enable SharedGC ConcurrentMark 2024-05-21 16:25:44 +08:00
js_thread.h !7376 Move native pointer callback into task 2024-05-18 08:23:43 +00:00
js_typed_array.cpp Fix mjsunit/es6/typedarray-every.js、mjsunit/es6/typedarray.js 2024-05-23 20:32:29 +10:30
js_typed_array.h fix napi sendable 2024-05-12 00:16:30 +08:00
js_weak_container.cpp Forbidden Calling GetJSThread by Region 2024-01-19 17:38:00 +08:00
js_weak_container.h Forbidden Calling GetJSThread by Region 2024-01-19 17:38:00 +08:00
js_weak_ref.h ecmastring interface refractor 2022-09-23 16:29:26 +08:00
jsnapi_sendable.cpp modify sendable api and optimize napi performence 2024-05-13 17:45:39 +08:00
jsnapi_sendable.h Add sendable napi 2024-05-10 12:01:04 +08:00
layout_info-inl.h [JIT] support concurrent compile 2024-04-15 14:04:05 +08:00
layout_info.cpp fix debug pgo 262 2024-04-29 17:29:45 +08:00
layout_info.h fix debug pgo 262 2024-04-29 17:29:45 +08:00
lexical_env.h Remove TSManager and TSTypes 2024-04-18 19:02:45 +08:00
linked_hash_table.cpp !7089 Optimize builtin map.set 2024-04-25 09:07:52 +00:00
linked_hash_table.h Optimize Map/Set.clear 2024-04-22 20:37:34 +08:00
log_wrapper.h enable baseline compiler 2024-04-21 17:58:55 +08:00
log.cpp enable baseline compiler 2024-04-21 17:58:55 +08:00
log.h enable baseline compiler 2024-04-21 17:58:55 +08:00
marker_cell.h Implement serialize base class 2023-12-01 09:02:26 +08:00
message_string.cpp CallBuiltinStub bugfix 2024-04-16 09:56:57 +08:00
message_string.h Opt Array.isArray & Reflect.get & Object.SetPrototypeOf 2024-05-27 19:26:21 +08:00
method.cpp 修改告警 2024-05-06 16:09:56 +08:00
method.h enable baseline compiler 2024-04-21 17:58:55 +08:00
mutator_lock.cpp Support SharedGC ConcurentMark 2024-05-16 18:29:49 +08:00
mutator_lock.h Introducing barrier to improve suspend-all performance 2024-04-27 18:50:53 +08:00
object_factory-inl.h modify napi performance 2024-04-21 14:47:41 +08:00
object_factory.cpp 加载依赖库时异常,异常定位信息增强 2024-05-20 16:33:58 +08:00
object_factory.h 加载依赖库时异常,异常定位信息增强 2024-05-20 16:33:58 +08:00
object_fast_operator-inl.h Fix bug, if Try FastPath can't find a property, use 2024-05-25 10:35:17 +08:00
object_fast_operator.h !7241 NAPI Optimization - Get(Has, delete)Property 2024-05-14 11:02:23 +00:00
object_operator.cpp avoid deopt when array store index is out of bounds 2024-05-25 16:53:18 +08:00
object_operator.h avoid deopt when array store index is out of bounds 2024-05-25 16:53:18 +08:00
on_heap.h add onheap testcase 2024-01-22 19:19:08 +08:00
property_accessor.cpp Bugfix: Sharedobject refers a local object 2024-04-13 21:38:51 +08:00
property_accessor.h Optimize for-in loop 2023-10-12 10:00:43 +08:00
property_attributes.h qSupport nullish / generic in sendable class 2024-03-26 20:17:59 +08:00
property_detector-inl.h Modifying Code Alarms 2023-10-07 16:24:32 +08:00
property_detector.h Opt string regexp 2024-04-25 16:51:36 +08:00
record.h
runtime_call_id.h !6694 [新需求]: ArkTS bitvector支持 2024-05-17 15:04:43 +00:00
runtime_lock.cpp Support SharedGC ConcurentMark 2024-05-16 18:29:49 +08:00
runtime_lock.h Support multi-thread test for shared heap 2024-02-26 20:25:33 +08:00
runtime.cpp Support SharedGC ConcurentMark 2024-05-16 18:29:49 +08:00
runtime.h Support SharedGC ConcurentMark 2024-05-16 18:29:49 +08:00
sendable_env.h Support sendable env 2024-05-12 17:41:27 +08:00
shared_object_factory.cpp !7368 [新需求]: 新增Cell类型,并适配缓存ProfileTypeInfo以提升性能 2024-05-17 10:00:26 +00:00
sustaining_js_handle.cpp [JIT] Set default options for concurrent jit compile 2024-04-21 23:30:13 +08:00
sustaining_js_handle.h [JIT] Set default options for concurrent jit compile 2024-04-21 23:30:13 +08:00
symbol_table.h Signed-off-by: linxiang8 <linxiang8@huawei.com> 2023-03-02 10:10:33 +08:00
tagged_array-inl.h !6694 [新需求]: ArkTS bitvector支持 2024-05-17 15:04:43 +00:00
tagged_array.h !6694 [新需求]: ArkTS bitvector支持 2024-05-17 15:04:43 +00:00
tagged_dictionary.cpp Support Object.freeze for sharedobject/sharedfunction 2024-04-10 09:36:17 +08:00
tagged_dictionary.h Support Object.freeze for sharedobject/sharedfunction 2024-04-10 09:36:17 +08:00
tagged_hash_array.cpp 修改告警:确保无符号整数不溢出 2024-05-10 18:27:47 +08:00
tagged_hash_array.h fix hashmap key 2024-01-06 10:44:01 +08:00
tagged_hash_table.h 修改告警 2024-05-07 19:08:57 +08:00
tagged_list.cpp !6024 Container Optimization List - Get 2024-01-29 07:12:48 +00:00
tagged_list.h optimize get interface of list container 2024-01-29 06:03:53 +00:00
tagged_node.cpp [稳定性问题]: 修复文件云盘全选2000+未缓存文件点击复制,必现崩溃问题 2024-01-09 00:25:10 +08:00
tagged_node.h Container Optimization - HashMap - SetAll and Set 2024-01-25 10:30:52 +08:00
tagged_queue.h It need to earse object from TaggedQueue when pop 2022-06-22 09:36:41 +08:00
tagged_tree.cpp 修改告警 2024-05-04 18:22:49 +08:00
tagged_tree.h Add Compare function 2024-02-02 10:50:08 +08:00
template_map.h Signed-off-by: linxiang8 <linxiang8@huawei.com> 2023-03-02 10:10:33 +08:00
template_string.cpp 异常未及时返回part3 2024-01-26 11:28:00 +08:00
template_string.h
transitions_dictionary.h Signed-off-by: linxiang8 <linxiang8@huawei.com> 2023-03-02 10:10:33 +08:00
vtable.cpp Fixes circular header dependency 2023-09-08 19:05:41 +08:00
vtable.h Remove TSManager and TSTypes 2024-04-18 19:02:45 +08:00
waiter_list.cpp Fix compilation issue on ArkUI-X 2023-02-06 11:15:03 +08:00
waiter_list.h change mutex based on pthread_mutex 2023-09-27 15:11:28 +08:00
weak_vector.cpp In the process of applying AOT, the application code needs to be statically parsed in the AOT process, and decryption and optimization are required 2023-11-11 09:24:49 +08:00
weak_vector.h In the process of applying AOT, the application code needs to be statically parsed in the AOT process, and decryption and optimization are required 2023-11-11 09:24:49 +08:00