Searched full:necessary (Results 1 – 25 of 150) sorted by relevance
123456
17 …llers) they are work in the same process. Debugger is loaded as shared library when it's necessary.23 The loaded agent starts a debug session when necessary (see `Runtime::StartDebugSession()`). When s…
82 which is necessary to generate an OSR entry code.88 The first point is necessary because the Panda compiler can place some constants in the cpu registe…
66 …erence for future processing and handle it with GC point of view (mark needed fields, if necessary)71 …ce for future processing and handle it with GC point of view (traverse needed fields, if necessary)100 /// Enqueue cleared references to corresponding queue, if necessary.
24 # Construction before is necessary for compare the quantity of base blocks after pass "MemoryCoal…43 # Construction after is necessary for compare the quantity of base blocks after pass "MemoryCoale…
70 static bool SwapInputsIfNecessary(compiler::Inst *inst, const bool necessary) in SwapInputsIfNecessary() argument72 if (!necessary) { in SwapInputsIfNecessary()106 // This is necessary for further merging of the constant and the If instrution in the Lowering pass
41 # because it is necessary for placement of sections above 4GB56 # It is necessary for 32-bits pointers via amd64 building with Clang compiler
92 # Clang 8.0.0 doesn't support all necessary options -ffixed-<reg>. Gcc 7.5.0 freezes97 # and epilog of such functions and gcc doesn't do it. So it's necessary to inline all102 # necessary function will be inlined.
4 * Download the necessary image files for testing
18 …s are caused by Virtial Machine or by standard libraries. In case it is necessary to cause an erro…
18 Throw statements cause an exception to be thrown. It is necessary at the compile time
18 readonly num: int; // don't remove it, it is necessary to trigger an issue with the lambda
91 // Notification that an exception was thrown. Pauses the thread if necessary101 // Notification that a next step will be performed. Pauses the thread if necessary
61 LOGW("Handshake failed: lack of necessary info"); in Decode()110 LOGW("Handshake failed: lack of necessary info, no status-line found"); in Decode()
107 # Clang 8.0.0 doesn't support all necessary options -ffixed-<reg>. Gcc 7.5.0 freezes112 # and epilog of such functions and gcc doesn't do it. So it's necessary to inline all117 # necessary function will be inlined.456 # LLVM_IRTOC is an internal flag telling if Irtoc compilation is necessary:462 # PANDA_BUILD_LLVM_BACKEND is an internal flag telling if it is necessary to compile backend
57 # because it is necessary for placement of sections above 4GB72 # It is necessary for 32-bits pointers via amd64 building with Clang compiler
32 // GC is expected to cover young space and necessary old spaces;
14 …construct node we have methods that starts with `Set` or `Add`. For all necessary fields for const…
63 …description: In this mode aspt_converter retrieves information from .aspt file about necessary mod…
29 // Update this when it will be strictly necessary to assign more than 255 registers in bytecode opt…
46 // for big-endian it's necessary to adjust offset if it's present in GetOrCreateMemOperandForNewMOP()
36 // you can put the return type Generator<number>, but it is ot necessary as ts will infer
9 Otherwise, manually "unpack" data from arrays and objects, where necessary.