Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/interpreter/
Dbytecode-array-builder.h506 void SetDeferredConstantPoolEntry(size_t entry, Handle<Object> object);
Dbytecode-generator.cc1279 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()
Dbytecode-array-builder.cc1566 void BytecodeArrayBuilder::SetDeferredConstantPoolEntry(size_t entry, in SetDeferredConstantPoolEntry() function in v8::internal::interpreter::BytecodeArrayBuilder