Home
last modified time | relevance | path

Searched defs:Interpreter (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/docs/
Dmemory-management.md493 #### Safepoints
500 For example, it can be something like this: `LDR R12, [RVState, #SPaddrOffset]`
538 #### GC Barriers
542 ##### GC Write Barriers
574 ##### GC Read Barriers
583 #### GC Barriers integration with Interpreter and compiler
Ddesign-of-interpreter.md112 ## Interpreter section in Interpreter Design
114 ### Requirements
121 ### Key Design Decisions
130 ### Rationale
150 ### Specification / Implementation