Searched refs:SetDeferredConstantPoolEntry (Results 1 – 3 of 3) sorted by relevance
506 void SetDeferredConstantPoolEntry(size_t entry, Handle<Object> object);
1279 builder()->SetDeferredConstantPoolEntry( in AllocateDeferredConstants()1289 builder()->SetDeferredConstantPoolEntry(literal.second, shared_info); in AllocateDeferredConstants()1311 builder()->SetDeferredConstantPoolEntry(literal.second, shared_info); in AllocateDeferredConstants()1324 builder()->SetDeferredConstantPoolEntry(literal.second, in AllocateDeferredConstants()1335 builder()->SetDeferredConstantPoolEntry(literal.second, constant_elements); in AllocateDeferredConstants()1343 builder()->SetDeferredConstantPoolEntry(literal.second, class_boilerplate); in AllocateDeferredConstants()1351 builder()->SetDeferredConstantPoolEntry(literal.second, description); in AllocateDeferredConstants()
1566 void BytecodeArrayBuilder::SetDeferredConstantPoolEntry(size_t entry, in SetDeferredConstantPoolEntry() function in v8::internal::interpreter::BytecodeArrayBuilder