Home
last modified time | relevance | path

Searched full:up (Results 1 – 25 of 111) sorted by relevance

12345

/arkcompiler/runtime_core/verification/config/options/
Dmethod_options.h78 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/
DREADME.md9 …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/
Denvironment-setup-and-compilation.md5 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/
Drendezvous.h30 * * 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/
Dinspector_test_base.cpp48 // Set up runtime. in SetUp()
54 // Set up connection. in SetUp()
/arkcompiler/runtime_core/runtime/tests/
Doptions_test.cpp41 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/
Dstring_helper.h134 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/
Dcrossing_map.cpp130 // 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/
DREADME.md123 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/
Dvm_thread_control.cpp36 vmThreadNeedSuspensionCV_.Signal(); // wake up the thread who needs suspend vmthread in SuspendVM()
/arkcompiler/runtime_core/verification/config/debug_breakpoint/
Dbreakpoint.h35 // this is a macro so it doesn't show up in the backtrace
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dconstants.h36 // object or space align up
/arkcompiler/runtime_core/tests/gtest_launcher/
Dmain.cpp46 raise(SIGSTOP); // wait for child's gdb invocation to pick us up in HandleTimeout()
/arkcompiler/runtime_core/docs/bc_verification/
Dtype_system.md58 This helps to speed up subtyping checking during verification.
/arkcompiler/runtime_core/ldscripts/
Dpanda_test_asan.ld10 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/
Doptions.yaml237 - 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/
Doptions.yaml19 # the same problem with "ecmascript::base". So, I've gave up and renamed it to "base_options".
/arkcompiler/ets_runtime/ecmascript/
Dwaiter_list.h38 // Used to call wait or Signal() to unlock wait and wake up
/arkcompiler/runtime_core/runtime/bridge/arch/aarch64/
Dhandle_call_imm16_v16_aarch64.S21 // Prepare to set up ABI regs 0 and 1:
/arkcompiler/ets_runtime/ecmascript/platform/windows/
Dmap.cpp41 … << " virtual memory. Please clean up other heavy processes or restart the computer."; in PageMap()
/arkcompiler/toolchain/build/toolchain/
Dgcc_link_wrapper.py25 # script, it appears as a unitary string but needs to be split up so that
/arkcompiler/runtime_core/libpandabase/mem/
Dcode_allocator.cpp31 … // Do not set up mem_stats in internal arena allocator, because we will manage memstats here. in CodeAllocator()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type_parser.cpp223 … 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/
Drationale-for-bytecode.md5 This document sets up some context about bytecode design principles and provides rationales for
74 require up to 4 bytes to encode.
Ddesign-of-interpreter.md61 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

12345