Searched refs:SetDeferredConstantPoolEntry (Results 1 – 3 of 3) sorted by relevance
473 void SetDeferredConstantPoolEntry(size_t entry, Handle<Object> object);
955 builder()->SetDeferredConstantPoolEntry( in AllocateDeferredConstants()965 builder()->SetDeferredConstantPoolEntry(literal.second, shared_info); in AllocateDeferredConstants()984 builder()->SetDeferredConstantPoolEntry(literal.second, shared_info); in AllocateDeferredConstants()996 builder()->SetDeferredConstantPoolEntry(literal.second, in AllocateDeferredConstants()1006 builder()->SetDeferredConstantPoolEntry(literal.second, constant_elements); in AllocateDeferredConstants()1014 builder()->SetDeferredConstantPoolEntry(literal.second, class_boilerplate); in AllocateDeferredConstants()1022 builder()->SetDeferredConstantPoolEntry(literal.second, description); in AllocateDeferredConstants()
1498 void BytecodeArrayBuilder::SetDeferredConstantPoolEntry(size_t entry, in SetDeferredConstantPoolEntry() function in v8::internal::interpreter::BytecodeArrayBuilder