Searched refs:ConstantPoolKey (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/codegen/ |
H A D | constant-pool.h | 168 class ConstantPoolKey { class 170 explicit ConstantPoolKey(uint64_t value, in ConstantPoolKey() function in v8::internal::ConstantPoolKey 174 explicit ConstantPoolKey(uint32_t value, in ConstantPoolKey() function in v8::internal::ConstantPoolKey 219 inline bool operator<(const ConstantPoolKey& a, const ConstantPoolKey& b) { in operator <() 228 inline bool operator==(const ConstantPoolKey& a, const ConstantPoolKey& b) { in operator ==() 322 RelocInfoStatus RecordKey(ConstantPoolKey key, int offset); 323 RelocInfoStatus GetRelocInfoStatusFor(const ConstantPoolKey& key); 324 void Emit(const ConstantPoolKey [all...] |
H A D | constant-pool.cc | 223 ConstantPoolKey key(data, rmode); in RecordEntry() 230 ConstantPoolKey key(data, rmode); in RecordEntry() 235 RelocInfoStatus ConstantPool::RecordKey(ConstantPoolKey key, int offset) { in RecordKey() 257 const ConstantPoolKey& key) { in GetRelocInfoStatusFor() 352 void ConstantPool::Emit(const ConstantPoolKey& key) { in Emit() 471 ConstantPoolKey key(data, rmode); in RecordEntry() 478 ConstantPoolKey key(data, rmode); in RecordEntry() 483 RelocInfoStatus ConstantPool::RecordKey(ConstantPoolKey key, int offset) { in RecordKey() 505 const ConstantPoolKey& key) { in GetRelocInfoStatusFor() 601 void ConstantPool::Emit(const ConstantPoolKey [all...] |
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | assembler-arm64.cc | 4429 const ConstantPoolKey& key) { in SetLoadOffsetToConstPoolEntry()
|
/third_party/node/deps/v8/src/codegen/riscv64/ |
H A D | assembler-riscv64.cc | 4007 const ConstantPoolKey& key) { in SetLoadOffsetToConstPoolEntry()
|
Completed in 32 milliseconds