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;474 const uint8_t *GetOutOfMemoryErrorClassDescriptor() const in GetOutOfMemoryErrorClassDescriptor() function476 return base_->GetOutOfMemoryErrorClassDescriptor(); in GetOutOfMemoryErrorClassDescriptor()
144 const uint8_t *GetOutOfMemoryErrorClassDescriptor() const override in GetOutOfMemoryErrorClassDescriptor() function
133 auto cls = classLinker->GetExtension(ctx)->GetClass(ctx.GetOutOfMemoryErrorClassDescriptor()); in PreAllocOOMErrorObject()
181 const uint8_t *GetOutOfMemoryErrorClassDescriptor() const override in GetOutOfMemoryErrorClassDescriptor() function
363 …ThrowException(ctx, thread, ctx.GetOutOfMemoryErrorClassDescriptor(), utf::CStringAsMutf8(msg.c_st… in ThrowOutOfMemoryError()