Home
last modified time | relevance | path

Searched full:points (Results 1 – 25 of 35) sorted by relevance

12

/arkcompiler/runtime_core/docs/
Daot.md30 - `code` - points to the start of `.text` section
31 - `code_end` - points to the end of `.text` section
32 - `aot` - points to the start of `.aot` section
33 - `aot_end` - points to the end of `.aot` section
Dtracing.md3 …stem. The subsystem provides API for creating *tracepoints* to track key points in the runtime. Th…
Druntime-class.md3 …size. To get fast access to them `Class Word` field of the object header points to the instance of…
Druntime-compiled_code-interaction.md214 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.
Dfile_format.md212 …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
/arkcompiler/runtime_core/compiler/optimizer/code_generator/target/aarch64/
Dcallconv.cpp215 // 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()
/arkcompiler/ets_runtime/ecmascript/mem/
Dmark_word.h33 …// ForwardingAddress mark, this object has been moved and the address points to the newly allocate…
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dbalance_expressions.cpp91 …* 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()`).
/arkcompiler/runtime_core/runtime/include/
Dcframe.h41 * PREV_FRAME <-- `fp_` points here
48 * R_N = CALLEE SAVED REGS <--- `callee_stack_` of the caller's frame points here
/arkcompiler/runtime_core/compiler/docs/
Dtry_catch_blocks_ir.md125 …ual register and its inputs are values of these virtual registers in the points where throwable in…
Dmemory_coalescing_doc.md56 … memory instruction scheduling: do not move over monitors, calls, save states, save points and etc.
/arkcompiler/runtime_core/compiler/optimizer/code_generator/
Dcallconv.h24 Labels (points for jump)
/arkcompiler/runtime_core/irtoc/scripts/
Dresolvers.irt163 …# METHOD_POINT_COMPRESS:in class.methods_, method points's low 3bit is 0(in AARCH64 or amd64).We c…
/arkcompiler/runtime_core/runtime/bridge/arch/aarch64/
Dinterpreter_to_compiled_code_bridge_aarch64.S127 // x9 - gpr base pointer. Points to the beginning of GPR and FPR args space.
128 // sp - Points to the last stack argument.
/arkcompiler/runtime_core/runtime/bridge/arch/arm/
Dinterpreter_to_compiled_code_bridge_armhf.S214 // r4 - gpr base pointer. Points to the beginning of GPR and FPR args space.
215 // sp - Points to the last stack argument.
Ddeoptimization_arm.S158 // Restore stack pointer so that it points to COMPILED_CODE_TO_INTERPRETER_BRIDGE
/arkcompiler/runtime_core/runtime/bridge/arch/amd64/
Dinterpreter_to_compiled_code_bridge_amd64.S201 // %r8 - gpr base pointer. Points to the beginning of GPR and FPR args space.
202 // %rsp - Points to the last stack argument.
/arkcompiler/runtime_core/verification/absint/
Dabsint.cpp292 // TODO(vdyadov): log remaining entry points as unreachable in VerifyMethod()
/arkcompiler/runtime_core/libpandabase/os/
Dstacktrace.cpp121 // pc points to the instruction after the call in PrintFrame()
Dmem.h295 * the function handles this situatio. The resulting BytePtr will points to desired data.
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dcall.virt.short.yaml991 …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…
Dcall.virt.range_base.yaml1102 …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…
/arkcompiler/ets_runtime/ecmascript/base/
Dstring_helper.h36 // White Space Code Points and Line Terminators Code Point
/arkcompiler/runtime_core/runtime/mem/
Dfreelist_allocator-inl.h215 // | 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()
/arkcompiler/runtime_core/compiler/
Dcompiler.yaml217 description: Set the instructions limit in deoptimize elimination for removing safe points.

12