Home
last modified time | relevance | path

Searched refs:SetDeferredConstantPoolEntry (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/interpreter/
Dbytecode-array-builder.h473 void SetDeferredConstantPoolEntry(size_t entry, Handle<Object> object);
Dbytecode-generator.cc955 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()
Dbytecode-array-builder.cc1498 void BytecodeArrayBuilder::SetDeferredConstantPoolEntry(size_t entry, in SetDeferredConstantPoolEntry() function in v8::internal::interpreter::BytecodeArrayBuilder