| /ark/runtime_core/libpandabase/tests/ |
| D | dfx_test.cpp | 32 DfxController::Initialize(); in TEST() 74 DfxController::Initialize(option_map); in TEST() 88 DfxController::Initialize(); in TEST() 108 DfxController::Initialize(); in TEST()
|
| D | code_allocator_test.cpp | 42 panda::mem::MemConfig::Initialize(0, 32_MB, 0, 32_MB); in SetUp() 43 PoolManager::Initialize(); in SetUp()
|
| D | base_mem_stats_test.cpp | 28 panda::mem::MemConfig::Initialize(128_MB, 64_MB, 64_MB, 32_MB); in SetUp() 29 PoolManager::Initialize(); in SetUp()
|
| D | arena_test.cpp | 31 panda::mem::MemConfig::Initialize(0, 16_MB, 0, 0); in ArenaTest() 32 PoolManager::Initialize(); in ArenaTest()
|
| /ark/runtime_core/runtime/ |
| D | runtime.cpp | 202 Locks::Initialize(); in CreateInstance() 233 …panda::mem::MemConfig::Initialize(options.GetHeapSizeLimit(), options.GetInternalMemorySizeLimit(), in Create() 235 PoolManager::Initialize(); in Create() 246 if (!instance->Initialize()) { in Create() 247 LOG(ERROR, RUNTIME) << "Failed to initialize runtime"; in Create() 329 verifier::TypeSystems::Initialize(); in InitializeVerificationResultCache() 330 verifier::JobQueue::Initialize(verif_options.Mode.VerificationThreads); in InitializeVerificationResultCache() 339 verifier::VerificationResultCache::Initialize(cache_file); in InitializeVerificationResultCache() 418 VerificationOptions_.Initialize(options_); in Runtime() 533 if (!ManagedThread::Initialize()) { in CreatePandaVM() [all …]
|
| D | class_initializer.cpp | 62 bool ClassInitializer::Initialize(ClassLinker *class_linker, ManagedThread *thread, Class *klass) in Initialize() function in panda::ClassInitializer 124 … LOG(ERROR, CLASS_LINKER) << "Cannot initialize fields of class '" << klass->GetName() << "'"; in Initialize() 134 if (!Initialize(class_linker, thread, base)) { in Initialize() 286 return Initialize(class_linker, thread, iface); in InitializeInterface()
|
| D | class_initializer.h | 27 static bool Initialize(ClassLinker *class_linker, ManagedThread *thread, Class *klass);
|
| /ark/runtime_core/tests/cts-generator/runner/reporters/ |
| D | string_logger.rb | 19 def initialize method in TestRunner.Reporters.StringLogger 38 def initialize(log_file) method in TestRunner.Reporters.SeparateFileLogger
|
| /ark/runtime_core/runtime/mem/ |
| D | memory_manager.cpp | 38 …if (!heap_manager->Initialize(gc_type, options.is_single_thread, options.is_use_tlab_for_allocatio… in CreateHeapManager() 40 LOG(ERROR, RUNTIME) << "Failed to initialize HeapManager"; in CreateHeapManager() 110 gc_->Initialize(); in InitializeGC()
|
| D | heap_manager.h | 44 bool Initialize(GCType gc_type, bool single_threaded, bool use_tlab, MemStatsType *mem_stats, 178 bool Initialize(MemStatsType *mem_stats, bool create_pygote_space) in Initialize() function 193 * Initialize GC bits and also zeroing memory for the whole Object memory
|
| D | alloc_config.h | 51 * \brief Initialize an object memory allocated by an allocator. 104 * \brief Initialize a Crossing map for the corresponding memory ranges. 140 * \brief Initialize an object memory allocated by an allocator. 243 * \brief Initialize memory for correct test execution. 295 * \brief Initialize a Crossing map for the corresponding memory ranges.
|
| /ark/runtime_core/libpandabase/events/ |
| D | events.rb | 27 def initialize(event, dscr) method in Field 54 def initialize(dscr) method in Event
|
| /ark/runtime_core/libpandabase/utils/ |
| D | dfx.h | 37 // and update code related to DfxController initialize and runtime options. 56 static void Initialize(std::map<DfxOptionHandler::DfxOption, uint8_t> option_map); 58 static void Initialize();
|
| /ark/runtime_core/runtime/mem/gc/ |
| D | crossing_map.cpp | 41 void CrossingMap::Initialize() in Initialize() function in panda::mem::CrossingMap 44 LOG_CROSSING_MAP(FATAL) << "Try to initialize already initialized CrossingMap"; in Initialize() 77 … << " wasn't INITIALIZED. Initialize it with offset " << obj_offset; in AddObject() 82 … << " was CROSSED BORDER. Initialize it with offset " << obj_offset; in AddObject() 89 << " Initialize it with new offset " << obj_offset; in AddObject() 97 << " Initialize it with new offset " << obj_offset; in AddObject()
|
| D | card_table.cpp | 37 void CardTable::Initialize() in Initialize() function in panda::mem::CardTable 41 LOG(FATAL, GC) << "try to initialize already initialized CardTable"; in Initialize()
|
| /ark/runtime_core/libpandabase/mem/ |
| D | pool_map.cpp | 28 …pool_map_[first_map_num].Initialize(FIRST_BYTE_IN_SEGMENT_VALUE, space_type, allocator_type, alloc… in AddPoolToMap() 30 … pool_map_[i].Initialize(!FIRST_BYTE_IN_SEGMENT_VALUE, space_type, allocator_type, allocator_addr); in AddPoolToMap()
|
| /ark/js_runtime/ecmascript/ |
| D | ecma_vm.cpp | 77 vm->Initialize(); in Create() 129 bool EcmaVM::Initialize() in Initialize() function in panda::ecmascript::EcmaVM 131 ECMA_BYTRACE_NAME(BYTRACE_TAG_ARK, "EcmaVM::Initialize"); in Initialize() 132 Platform::GetCurrentPlatform()->Initialize(); in Initialize() 138 heap_->Initialize(); in Initialize() 148 LOG_ECMA(DEBUG) << "EcmaVM::Initialize run builtins"; in Initialize() 181 builtins.Initialize(globalEnvHandle, thread_); in Initialize() 184 LOG_ECMA(DEBUG) << "EcmaVM::Initialize run snapshot"; in Initialize() 194 debuggerManager_->Initialize(); in Initialize()
|
| /ark/js_runtime/ecmascript/tooling/interface/ |
| D | file_stream.cpp | 27 Initialize(fileName); in FileStream() 42 void FileStream::Initialize(const std::string &fileName) in Initialize() function in panda::ecmascript::FileStream
|
| /ark/runtime_core/runtime/tests/ |
| D | internal_allocator_test.cpp | 30 panda::mem::MemConfig::Initialize(0, MEMORY_POOL_SIZE, 0, 0); in InternalAllocatorTest() 31 PoolManager::Initialize(); in InternalAllocatorTest()
|
| /ark/runtime_core/tests/cts-generator/generator/ |
| D | command.rb | 18 def initialize(command, isa, test_name, definitions, predefined, output, skip_header) method in Generator.Command 36 LOG.debug 'Command:initialize'
|
| /ark/ts2abc/ts2panda/src/ |
| D | modules.ts | 87 (<LocalVariable>v).initialize(); 100 (<LocalVariable>v).initialize();
|
| /ark/runtime_core/tests/cts-coverage-tool/templates/ |
| D | report_md.rb | 23 def initialize(rep) method in ReportMd
|
| D | orphaned_md.rb | 23 def initialize(orphaned) method in OrphanedMd
|
| /ark/runtime_core/tests/cts-generator/cts-template/ |
| D | newobj.yaml | 36 … Resolve class type from type_id, allocate memory for an object, initialize its fields with their 174 … Resolve class type from type_id, allocate memory for an object, initialize its fields with their 217 … Resolve class type from type_id, allocate memory for an object, initialize its fields with their 278 … Resolve class type from type_id, allocate memory for an object, initialize its fields with their
|
| /ark/runtime_core/verification/cache/ |
| D | results_cache.h | 28 static void Initialize(const std::string &filename) NO_THREAD_SANITIZE;
|