Searched full:points (Results 1 – 25 of 35) sorted by relevance
12
30 - `code` - points to the start of `.text` section31 - `code_end` - points to the end of `.text` section32 - `aot` - points to the start of `.aot` section33 - `aot_end` - points to the end of `.aot` section
3 …stem. The subsystem provides API for creating *tracepoints* to track key points in the runtime. Th…
3 …size. To get fast access to them `Class Word` field of the object header points to the instance of…
214 If the entrypoint points to `CompiledCodeToInterpreterBridge` then the callee should be executed by…249 Frame pointer points to the previous interpreter frame.283 Frame pointer points to the previous frame in compiled code stack frame.
212 …od), or [ForeignClass](#foreignclass). It is not necessary `foreign_off` points to the first entit…504 | `start_pc` | `uleb128` | Start `pc` of the `try` block. This `pc` points to the firs…931 argument the machine reads the value from memory constant pool pointer points to and then increments
215 // SP points to the frame's bottom in GenerateEpilogue()221 // SP either points to the frame's top or frame's top + FPLR slot in GenerateEpilogue()236 // SP points to the frame's bottom in GenerateEpilogue()327 // SP points to the frame's bottom in GenerateNativeEpilogue()333 // SP either points to the frame's top or frame's top + FPLR slot in GenerateNativeEpilogue()348 // SP points to the frame's bottom in GenerateNativeEpilogue()
33 …// ForwardingAddress mark, this object has been moved and the address points to the newly allocate…
91 …* By the end of the algorithm, `operators_.front()` points to the first instruction in expression …92 * `operators_.back()` points to the last (`operators_.front()` dominates `operators_.back()`).
41 * PREV_FRAME <-- `fp_` points here48 * R_N = CALLEE SAVED REGS <--- `callee_stack_` of the caller's frame points here
125 …ual register and its inputs are values of these virtual registers in the points where throwable in…
56 … memory instruction scheduling: do not move over monitors, calls, save states, save points and etc.
24 Labels (points for jump)
163 …# METHOD_POINT_COMPRESS:in class.methods_, method points's low 3bit is 0(in AARCH64 or amd64).We c…
127 // x9 - gpr base pointer. Points to the beginning of GPR and FPR args space.128 // sp - Points to the last stack argument.
214 // r4 - gpr base pointer. Points to the beginning of GPR and FPR args space.215 // sp - Points to the last stack argument.
158 // Restore stack pointer so that it points to COMPILED_CODE_TO_INTERPRETER_BRIDGE
201 // %r8 - gpr base pointer. Points to the beginning of GPR and FPR args space.202 // %rsp - Points to the last stack argument.
292 // TODO(vdyadov): log remaining entry points as unreachable in VerifyMethod()
121 // pc points to the instruction after the call in PrintFrame()
295 * the function handles this situatio. The resulting BytePtr will points to desired data.
991 …Null reference usage causes to panda.NullPointerException. Method_id points to virtual method of b…1080 …Null reference usage causes to panda.NullPointerException. Method_id points to virtual method of b…
1102 …Null reference usage causes to panda.NullPointerException. Method_id points to virtual method of b…1209 …Null reference usage causes to panda.NullPointerException. Method_id points to virtual method of b…
36 // White Space Code Points and Line Terminators Code Point
215 // | 3 | 0 | wrong value to | current block pointer - points to wrong memory …265 … // After calling mem_visitor() the current_mem_header may points to free block of memory, in IterateOverObjects()
217 description: Set the instructions limit in deoptimize elimination for removing safe points.