Home
last modified time | relevance | path

Searched defs:numSlots (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dlexical_env.h35 static size_t ComputeSize(uint32_t numSlots) in ComputeSize()
85 static size_t ComputeSize(uint32_t numSlots) in ComputeSize()
Dsendable_env.h35 static size_t ComputeSize(uint32_t numSlots) in ComputeSize()
Dobject_factory-inl.h137 LexicalEnv *ObjectFactory::InlineNewLexicalEnv(int numSlots) in InlineNewLexicalEnv()
Dshared_object_factory.cpp405 JSHandle<SFunctionEnv> ObjectFactory::NewSFunctionEnv(int numSlots) in NewSFunctionEnv()
1106 JSHandle<SendableEnv> ObjectFactory::NewSendableEnv(int numSlots) in NewSendableEnv()
Dobject_factory.cpp2584 JSHandle<LexicalEnv> ObjectFactory::NewLexicalEnv(int numSlots) in NewLexicalEnv()
/arkcompiler/runtime_core/static_core/runtime/
Dosr.cpp150 auto numSlots {[](size_t bytes) -> size_t { in PrepareOsrEntry() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.cpp34 void NewObjectStubBuilder::NewLexicalEnv(Variable *result, Label *exit, GateRef numSlots, GateRef p… in NewLexicalEnv()