| /arkcompiler/runtime_core/verification/config/options/ |
| D | method_options.h | 78 void AddUpLevel(const MethodOptions &up) in AddUpLevel() argument 80 uplevel.push_back(std::cref(up)); in AddUpLevel() 93 for (const auto &up : uplevel) { in IsInMsgClass() local 94 if (up.get().CanHandleMsg(msg_num)) { in IsInMsgClass() 95 return up.get().IsInMsgClass(msg_num, klass); in IsInMsgClass() 218 for (const auto &up : uplevel) { in Image() local 219 result += "'" + up.get().name + "' "; in Image()
|
| /arkcompiler/ets_frontend/testTs/ |
| D | README.md | 9 …ler/ets_frontend/build' in the out file and run the 'npm install' command to set up the environment 10 3. After setting up the environment, enter the ark/ts2abc directory of Hongmeng system
|
| /arkcompiler/ets_runtime/docs/ |
| D | environment-setup-and-compilation.md | 5 Use Ubuntu 18.04 or 20.04. For details about how to set up the environment, see: 7 [Setting Up Ubuntu Development Environment with Installation Package and Building Source Code](http…
|
| /arkcompiler/runtime_core/runtime/mem/ |
| D | rendezvous.h | 30 * * If there is, wait until we get woken up 40 // Ends safepoint (wakes up waiting threads, releases Mutator lock);
|
| /arkcompiler/runtime_core/runtime/tooling/inspector/tests/ |
| D | inspector_test_base.cpp | 48 // Set up runtime. in SetUp() 54 // Set up connection. in SetUp()
|
| /arkcompiler/runtime_core/runtime/tests/ |
| D | options_test.cpp | 41 AddTestingOption("gc-trigger-type", "no-gc-for-start-up"); in LoadCorrectOptionsList() 84 ASSERT_EQ(GetRuntimeOptions()->GetGcTriggerType("core"), "no-gc-for-start-up"); in TEST_F()
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | string_helper.h | 134 icu::UnicodeString up = uString.toUpper(); in ToUpper() local 136 up.toUTF8String(res); in ToUpper() 145 icu::UnicodeString up = uString.toUpper(locale); in ToLocaleUpper() local 147 up.toUTF8String(res); in ToLocaleUpper() 178 icu::UnicodeString up = uString.toUpper(); in FindFromU16ToUpper() local 180 up.toUTF8String(res); in FindFromU16ToUpper()
|
| /arkcompiler/runtime_core/runtime/mem/gc/heap-space-misc/ |
| D | crossing_map.cpp | 130 // Set up last map: in UpdateCrossedBorderOnAdding() 172 // and for last map (we will set it up correctly later) in RemoveObject() 179 // Set up map for next element (because we could set it as uninitialized) in RemoveObject() 183 …LOG_CROSSING_MAP(DEBUG) << "RemoveObject - Set up map " << next_obj_map_num << " for next object w… in RemoveObject() 189 // Set up map for last byte of prev element (because it can cross the page borders) in RemoveObject()
|
| /arkcompiler/ets_frontend/test262/ |
| D | README.md | 123 up to date in 2.225s 129 up to date in 1.446s 135 up to date in 2.412s
|
| /arkcompiler/ets_runtime/ecmascript/dfx/ |
| D | vm_thread_control.cpp | 36 vmThreadNeedSuspensionCV_.Signal(); // wake up the thread who needs suspend vmthread in SuspendVM()
|
| /arkcompiler/runtime_core/verification/config/debug_breakpoint/ |
| D | breakpoint.h | 35 // this is a macro so it doesn't show up in the backtrace
|
| /arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
| D | constants.h | 36 // object or space align up
|
| /arkcompiler/runtime_core/tests/gtest_launcher/ |
| D | main.cpp | 46 raise(SIGSTOP); // wait for child's gdb invocation to pick us up in HandleTimeout()
|
| /arkcompiler/runtime_core/docs/bc_verification/ |
| D | type_system.md | 58 This helps to speed up subtyping checking during verification.
|
| /arkcompiler/runtime_core/ldscripts/ |
| D | panda_test_asan.ld | 10 So memory map is set up for data in 0..1G and ELF in 1..2G. 198 /* Adjust the address for the data segment. We want to adjust up to 199 the same address within the page on the next page up. */ 278 /* Align here to ensure that the .bss section occupies space up to
|
| /arkcompiler/runtime_core/runtime/ |
| D | options.yaml | 237 - no-gc-for-start-up 265 description: No stw gc count for no-gc-for-start-up 305 …description: Set number of additional GC helper threads. GC uses these threads to speed up collect… 556 description: Set wake up period time of daemon thread for profile saver
|
| /arkcompiler/runtime_core/libpandabase/ |
| D | options.yaml | 19 # the same problem with "ecmascript::base". So, I've gave up and renamed it to "base_options".
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | waiter_list.h | 38 // Used to call wait or Signal() to unlock wait and wake up
|
| /arkcompiler/runtime_core/runtime/bridge/arch/aarch64/ |
| D | handle_call_imm16_v16_aarch64.S | 21 // Prepare to set up ABI regs 0 and 1:
|
| /arkcompiler/ets_runtime/ecmascript/platform/windows/ |
| D | map.cpp | 41 … << " virtual memory. Please clean up other heavy processes or restart the computer."; in PageMap()
|
| /arkcompiler/toolchain/build/toolchain/ |
| D | gcc_link_wrapper.py | 25 # script, it appears as a unitary string but needs to be split up so that
|
| /arkcompiler/runtime_core/libpandabase/mem/ |
| D | code_allocator.cpp | 31 … // Do not set up mem_stats in internal arena allocator, because we will manage memstats here. in CodeAllocator()
|
| /arkcompiler/ets_runtime/ecmascript/ts_types/ |
| D | ts_type_parser.cpp | 223 … static include fields and methods, which the former takes up 4 spaces and the latter takes up 2 s… in ParseClassType() 275 // field takes up 4 spaces and method takes up 2 spaces. in ParseInterfaceType()
|
| /arkcompiler/runtime_core/docs/ |
| D | rationale-for-bytecode.md | 5 This document sets up some context about bytecode design principles and provides rationales for 74 require up to 4 bytes to encode.
|
| D | design-of-interpreter.md | 61 Besides, the machine-readable form naturally sets up the framework for self-testing (e.g. 161 the size of up to 64 bits, floating point numbers of single and double precision, raw pointers
|