Searched refs:AllocateDeferredConstantPoolEntry (Results 1 – 3 of 3) sorted by relevance
504 size_t AllocateDeferredConstantPoolEntry();
1649 builder()->AllocateDeferredConstantPoolEntry()); in BuildDeclareCall()2519 size_t entry = builder()->AllocateDeferredConstantPoolEntry(); in VisitFunctionLiteral()2561 builder()->AllocateDeferredConstantPoolEntry(); in BuildClassLiteral()2954 size_t entry = builder()->AllocateDeferredConstantPoolEntry(); in VisitNativeFunctionLiteral()3085 entry = builder()->AllocateDeferredConstantPoolEntry(); in VisitObjectLiteral()3419 size_t entry = builder()->AllocateDeferredConstantPoolEntry(); in BuildCreateArrayLiteral()6441 size_t entry = builder()->AllocateDeferredConstantPoolEntry(); in VisitGetTemplateObject()
1562 size_t BytecodeArrayBuilder::AllocateDeferredConstantPoolEntry() { in AllocateDeferredConstantPoolEntry() function in v8::internal::interpreter::BytecodeArrayBuilder