Searched full:loads (Results 1 – 16 of 16) sorted by relevance
53 skip_test = json.loads(sk_content)184 out_txt = json.loads(out_do)188 c = json.loads(out_list[i])220 i = json.loads(i.replace("'", '"').replace('\n', ''))
50 IMPORT_TEST = json.loads(content)
56 * - Loads that may be aliased by following stores in a basic block57 * - Loads if there is any presence of monitors in a function207 // Do not sink loads across a critical edge there may be stores in in IsAcceptableTarget()
205 // Remove loads with same immediate. No easy way to check arrays are same. in ProcessSpecial()
31 description: Check lda.null loads null reference into accumulator.
11 …cess. Debugger functionality is provided via shared library, that runtime loads when works in debu…
123 * The same goes with object and array loads and stores.
46 … type of a single element, so there is an assumption that `LoadArrayPair` loads only multiple valu…48 | Consecutive Loads | Coalesced Load |147 ### Loads and Stores with immediate indices
108 `PLT CallVirtual Resolver` loads `method Id` from `FirstSlot` using address `x16-8`,154 `PLT InitClass Resolver` loads `class Id` from `FirstSlot` using address `x16-8`,160 `PLT Class Resolver` receives `x16` addressing `ThirdSlot`, so it loads `class Id` from `FirstSlot`…
57 * Loads cannot be sunk into blocks with more than one predecessors (because other predecessors migh…123 // Do not sink loads across a critical edge there may be stores in other code paths.
5 loads a value from a slot associated with a string and checks if that value is valid pointer. If it…
172 * Do not sink loads that may alias further stores in the block332 * Do not sink loads over monitor618 * Do not sink volatile loads because other paths might be broken because of it649 * Do not sink loads over volatile store684 * Do not sink loads over GC barriered store.
437 description: Set loads latency
458 description: Loads class1159 load: Instruction loads from memory
64 …For moves, loads and stores it is not always possible to denote a type of result, because it depen…
3288 // use reg 4 instead of actual tmp reg to correctly encode double-word loads in TestStoreExclusive()