Home
last modified time | relevance | path

Searched refs:is_constant_pool_available (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/codegen/
H A Dmacro-assembler.h143 masm->is_constant_pool_available()) { in FrameAndConstantPoolScope()
176 assembler->is_constant_pool_available()) { in ConstantPoolUnavailableScope()
H A Dassembler.h244 bool is_constant_pool_available() const { in is_constant_pool_available() function in v8::internal::AssemblerBase
/third_party/node/deps/v8/src/codegen/ppc/
H A Dassembler-ppc.cc1264 if (!FLAG_enable_embedded_constant_pool || !is_constant_pool_available()) { in use_constant_pool_for_mov()
1331 DCHECK(is_constant_pool_available()); in mov()
H A Dmacro-assembler-ppc.cc1126 // Builtins do not use the constant pool (see is_constant_pool_available). in CallRecordWriteStub()
1152 // Builtins do not use the constant pool (see is_constant_pool_available). in CallRecordWriteStub()
2437 if (FLAG_enable_embedded_constant_pool && is_constant_pool_available() && in CallRecordWriteStub()

Completed in 13 milliseconds