Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/
Dframes.h266 void set_constant_pool(Address constant_pool) { in set_constant_pool() function
/third_party/node/deps/v8/src/heap/
Dfactory-base.cc252 instance.set_constant_pool(*constant_pool); in NewBytecodeArray()
Dfactory.cc2414 copy.set_constant_pool(raw_source.constant_pool()); in CopyBytecodeArray()