Home
last modified time | relevance | path

Searched refs:BlockConstantPoolEntrySharingScope (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/ppc/
Dassembler-ppc.h1160 class BlockConstantPoolEntrySharingScope {
1162 explicit BlockConstantPoolEntrySharingScope(Assembler* assem) in BlockConstantPoolEntrySharingScope() function
1166 ~BlockConstantPoolEntrySharingScope() { in ~BlockConstantPoolEntrySharingScope()
1173 DISALLOW_IMPLICIT_CONSTRUCTORS(BlockConstantPoolEntrySharingScope);
/external/v8/src/full-codegen/ppc/
Dfull-codegen-ppc.cc408 Assembler::BlockConstantPoolEntrySharingScope prevent_entry_sharing(masm_); in EmitBackEdgeBookkeeping()