Home
last modified time | relevance | path

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

/external/v8/src/debug/mips/
Ddebug-mips.cc25 masm->InstructionsGeneratedSince(&check_size)); in EmitDebugBreakSlot()
/external/v8/src/debug/mips64/
Ddebug-mips64.cc24 masm->InstructionsGeneratedSince(&check_size)); in EmitDebugBreakSlot()
/external/v8/src/debug/arm64/
Ddebug-arm64.cc26 static_cast<int>(masm->InstructionsGeneratedSince(&check_size))); in EmitDebugBreakSlot()
/external/v8/src/debug/arm/
Ddebug-arm.cc25 masm->InstructionsGeneratedSince(&check_size)); in EmitDebugBreakSlot()
/external/v8/src/debug/ppc/
Ddebug-ppc.cc25 masm->InstructionsGeneratedSince(&check_size)); in EmitDebugBreakSlot()
/external/v8/src/full-codegen/arm/
Dfull-codegen-arm.cc69 int delta_to_patch_site = masm_->InstructionsGeneratedSince(&patch_site_); in EmitPatchInfo()
371 DCHECK(masm_->InstructionsGeneratedSince(&start) <= expected_instr_count); in EmitProfilingCounterReset()
372 while (masm_->InstructionsGeneratedSince(&start) != expected_instr_count) { in EmitProfilingCounterReset()
/external/v8/src/mips/
Dassembler-mips.h995 int InstructionsGeneratedSince(Label* label) { in InstructionsGeneratedSince() function
Dcode-stubs-mips.cc1013 masm->InstructionsGeneratedSince(&find_ra)); in Generate()
Dmacro-assembler-mips.cc5241 int abort_instructions = InstructionsGeneratedSince(&abort_start); in Abort()
/external/v8/src/ppc/
Dassembler-ppc.h1163 int InstructionsGeneratedSince(Label* label) { in InstructionsGeneratedSince() function
/external/v8/src/mips64/
Dassembler-mips64.h1054 int InstructionsGeneratedSince(Label* label) { in InstructionsGeneratedSince() function
Dcode-stubs-mips64.cc1010 masm->InstructionsGeneratedSince(&find_ra)); in Generate()
Dmacro-assembler-mips64.cc5583 int abort_instructions = InstructionsGeneratedSince(&abort_start); in Abort()
/external/v8/src/arm64/
Dassembler-arm64.h883 uint64_t InstructionsGeneratedSince(const Label* label) { in InstructionsGeneratedSince() function
Dmacro-assembler-arm64.cc4603 static_cast<uint32_t>(__ InstructionsGeneratedSince(smi_check)); in Emit()
/external/v8/src/arm/
Dassembler-arm.h1471 int InstructionsGeneratedSince(Label* label) { in InstructionsGeneratedSince() function
Dmacro-assembler-arm.cc2771 int abort_instructions = InstructionsGeneratedSince(&abort_start); in Abort()
/external/v8/src/full-codegen/mips/
Dfull-codegen-mips.cc79 int delta_to_patch_site = masm_->InstructionsGeneratedSince(&patch_site_); in EmitPatchInfo()
/external/v8/src/full-codegen/mips64/
Dfull-codegen-mips64.cc79 int delta_to_patch_site = masm_->InstructionsGeneratedSince(&patch_site_); in EmitPatchInfo()
/external/v8/src/full-codegen/ppc/
Dfull-codegen-ppc.cc66 int delta_to_patch_site = masm_->InstructionsGeneratedSince(&patch_site_); in EmitPatchInfo()
/external/v8/src/crankshaft/mips/
Dlithium-codegen-mips.cc2433 DCHECK_EQ(1, masm()->InstructionsGeneratedSince(&check)); in DoCmpT()
/external/v8/src/crankshaft/mips64/
Dlithium-codegen-mips64.cc2556 DCHECK_EQ(1, masm()->InstructionsGeneratedSince(&check)); in DoCmpT()