Searched refs:GetOutOfMemoryErrorClassDescriptor (Results 1 – 6 of 6) sorted by relevance
79 auto descriptorExp = utf::Mutf8AsCString(ctx.GetOutOfMemoryErrorClassDescriptor()); in TEST_F()
127 virtual const uint8_t *GetOutOfMemoryErrorClassDescriptor() const = 0;476 const uint8_t *GetOutOfMemoryErrorClassDescriptor() const in GetOutOfMemoryErrorClassDescriptor() function478 return base_->GetOutOfMemoryErrorClassDescriptor(); in GetOutOfMemoryErrorClassDescriptor()
144 const uint8_t *GetOutOfMemoryErrorClassDescriptor() const override in GetOutOfMemoryErrorClassDescriptor() function
134 auto cls = classLinker->GetExtension(ctx)->GetClass(ctx.GetOutOfMemoryErrorClassDescriptor()); in PreAllocOOMErrorObject()
182 const uint8_t *GetOutOfMemoryErrorClassDescriptor() const override in GetOutOfMemoryErrorClassDescriptor() function
357 …ThrowException(ctx, thread, ctx.GetOutOfMemoryErrorClassDescriptor(), utf::CStringAsMutf8(msg.c_st… in ThrowOutOfMemoryError()