Home | History | Annotate | Download | only in src

Lines Matching refs:STUB

36 #include "stub-cache.h"
68 // the stub cache only contains monomorphic stubs. Make sure that
106 // nonexistent IC stub can be shared for all names for a given map
109 // property cells in the stub and therefore the stub will be
118 // Compile the stub that is either shared for all names or
821 // and monomorphic stubs are not mixed up together in the stub cache.
897 // Map can be NULL, if the stub is constant function call
912 // Map can be NULL, if the stub is constant function call
1161 // The code of the PreMonomorphic stub is the same as the code
1162 // of the Initialized stub. They just differ on the code object flags.
1453 Code::Flags flags = Code::ComputeFlags(Code::STUB);
1456 GDBJIT(AddCode(GDBJITInterface::STUB, "ConstructStub", *code));