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

/external/chromium_org/v8/src/arm/
H A Ddebug-arm.cc304 masm->InstructionsGeneratedSince(&check_codesize));
H A Dassembler-arm.h1288 int InstructionsGeneratedSince(Label* label) { function in class:v8::internal::Assembler
H A Dlithium-codegen-arm.cc2845 int delta = masm_->InstructionsGeneratedSince(map_check) + kAdditionalDelta;
2852 if (masm_->InstructionsGeneratedSince(&before_push_delta) != 2) {
2853 ASSERT_EQ(1, masm_->InstructionsGeneratedSince(&before_push_delta));
H A Dfull-codegen-arm.cc93 int delta_to_patch_site = masm_->InstructionsGeneratedSince(&patch_site_);
454 masm_->InstructionsGeneratedSince(&check_exit_codesize));
H A Dmacro-assembler-arm.cc2865 int abort_instructions = InstructionsGeneratedSince(&abort_start);
/external/chromium_org/v8/src/mips/
H A Ddebug-mips.cc315 masm->InstructionsGeneratedSince(&check_codesize));
H A Dassembler-mips.h799 int InstructionsGeneratedSince(Label* label) { function in class:v8::internal::Assembler
H A Dfull-codegen-mips.cc103 int delta_to_patch_site = masm_->InstructionsGeneratedSince(&patch_site_);
454 masm_->InstructionsGeneratedSince(&check_exit_codesize));
H A Dlithium-codegen-mips.cc2717 int delta = masm_->InstructionsGeneratedSince(map_check) + kAdditionalDelta;
2760 ASSERT_EQ(1, masm()->InstructionsGeneratedSince(&check));
H A Dcode-stubs-mips.cc3176 masm->InstructionsGeneratedSince(&find_ra));
6608 ASSERT_EQ(kNumInstructionsToJump, masm->InstructionsGeneratedSince(&find_ra));
H A Dmacro-assembler-mips.cc4503 int abort_instructions = InstructionsGeneratedSince(&abort_start);
/external/v8/src/arm/
H A Ddebug-arm.cc313 masm->InstructionsGeneratedSince(&check_codesize));
H A Dassembler-arm.h1173 int InstructionsGeneratedSince(Label* label) { function in class:v8::internal::Assembler
H A Dfull-codegen-arm.cc94 int delta_to_patch_site = masm_->InstructionsGeneratedSince(&patch_site_);
456 masm_->InstructionsGeneratedSince(&check_exit_codesize));
H A Dlithium-codegen-arm.cc286 ASSERT(masm()->InstructionsGeneratedSince(&table_start) ==
2260 int delta = masm_->InstructionsGeneratedSince(map_check) + kAdditionalDelta;
H A Dmacro-assembler-arm.cc2832 int abort_instructions = InstructionsGeneratedSince(&abort_start);
/external/v8/src/mips/
H A Ddebug-mips.cc305 masm->InstructionsGeneratedSince(&check_codesize));
H A Dassembler-mips.h863 int InstructionsGeneratedSince(Label* label) { function in class:v8::internal::Assembler
H A Dlithium-codegen-mips.cc2130 int delta = masm_->InstructionsGeneratedSince(map_check) + kAdditionalDelta;
2166 ASSERT_EQ(3, masm()->InstructionsGeneratedSince(&done));
2962 ASSERT_EQ(2, masm()->InstructionsGeneratedSince(&done));
H A Dfull-codegen-mips.cc103 int delta_to_patch_site = masm_->InstructionsGeneratedSince(&patch_site_);
465 masm_->InstructionsGeneratedSince(&check_exit_codesize));
H A Dcode-stubs-mips.cc3907 masm->InstructionsGeneratedSince(&find_ra));
7090 ASSERT_EQ(kNumInstructionsToJump, masm->InstructionsGeneratedSince(&find_ra));
H A Dmacro-assembler-mips.cc4410 int abort_instructions = InstructionsGeneratedSince(&abort_start);

Completed in 326 milliseconds