Searched defs:numSlots (Results 1 – 7 of 7) sorted by relevance
35 static size_t ComputeSize(uint32_t numSlots) in ComputeSize()
134 LexicalEnv *ObjectFactory::InlineNewLexicalEnv(int numSlots) in InlineNewLexicalEnv()
970 JSHandle<SendableEnv> ObjectFactory::NewSendableEnv(int numSlots) in NewSendableEnv()
2515 JSHandle<LexicalEnv> ObjectFactory::NewLexicalEnv(int numSlots) in NewLexicalEnv()
150 auto numSlots {[](size_t bytes) -> size_t { in PrepareOsrEntry() local
32 void NewObjectStubBuilder::NewLexicalEnv(Variable *result, Label *exit, GateRef numSlots, GateRef p… in NewLexicalEnv()