Home | History | Annotate | Download | only in OldJIT

Lines Matching refs:mpOwner

64   mpOwner = S;
109 header->context_cached_addr = mpOwner->getContext();
150 size_t funcCount = mpOwner->getFuncCount();
169 mpOwner->getFuncInfoList(funcCount, &*funcInfoList.begin());
185 size_t pragmaCount = mpOwner->getPragmaCount();
204 mpOwner->getPragmaList(pragmaCount, &*keyList.begin(), &*valueList.begin());
272 size_t varCount = mpOwner->getExportVarCount();
287 mpOwner->getExportVarList(varCount, list->cached_addr_list);
293 size_t funcCount = mpOwner->getExportFuncCount();
308 mpOwner->getExportFuncList(funcCount, list->cached_addr_list);
314 size_t objectSlotCount = mpOwner->getObjectSlotCount();
331 mpOwner->getObjectSlotList(objectSlotCount, list->object_slot_list);
368 uint32_t *ptr = reinterpret_cast<uint32_t *>(mpOwner->getContext());
416 char const *context = (char const *)mpOwner->getContext();