Searched defs:JavaContext (Results 1 – 1 of 1) sorted by relevance
57 struct JavaContext { struct58 const uptr heap_begin;59 const uptr heap_size;60 BlockDesc *heap_shadow;62 JavaContext(jptr heap_begin, jptr heap_size) in JavaContext() argument