Searched defs:numSlots (Results 1 – 5 of 5) sorted by relevance
34 static size_t ComputeSize(uint32_t numSlots) in ComputeSize()
104 LexicalEnv *ObjectFactory::InlineNewLexicalEnv(int numSlots) in InlineNewLexicalEnv()
2071 JSHandle<LexicalEnv> ObjectFactory::NewLexicalEnv(int numSlots) in NewLexicalEnv()
131 auto numSlots {[](size_t bytes) -> size_t { in PrepareOsrEntry() local
34 void NewObjectStubBuilder::NewLexicalEnv(Variable *result, Label *exit, GateRef numSlots, GateRef p… in NewLexicalEnv()