Home
last modified time | relevance | path

Searched refs:InstructionsGeneratedSince (Results 1 – 10 of 10) sorted by relevance

/external/v8/src/ppc/
Dassembler-ppc.h1310 int InstructionsGeneratedSince(Label* label) { in InstructionsGeneratedSince() function
/external/v8/src/arm/
Dassembler-arm.h1384 int InstructionsGeneratedSince(Label* label) { in InstructionsGeneratedSince() function
/external/v8/src/builtins/mips64/
Dbuiltins-mips64.cc2405 masm->InstructionsGeneratedSince(&find_ra)); in Generate_CEntry()
/external/v8/src/builtins/mips/
Dbuiltins-mips.cc2387 masm->InstructionsGeneratedSince(&find_ra)); in Generate_CEntry()
/external/v8/src/arm64/
Dmacro-assembler-arm64.cc3256 static_cast<uint32_t>(__ InstructionsGeneratedSince(smi_check)); in Emit()
Dassembler-arm64.h1037 uint64_t InstructionsGeneratedSince(const Label* label) { in InstructionsGeneratedSince() function
/external/v8/src/mips/
Dassembler-mips.h1683 int InstructionsGeneratedSince(Label* label) { in InstructionsGeneratedSince() function
Dmacro-assembler-mips.cc4677 int abort_instructions = InstructionsGeneratedSince(&abort_start); in Abort()
/external/v8/src/mips64/
Dassembler-mips64.h1758 int InstructionsGeneratedSince(Label* label) { in InstructionsGeneratedSince() function
Dmacro-assembler-mips64.cc5060 int abort_instructions = InstructionsGeneratedSince(&abort_start); in Abort()