HomeSort by relevance Sort by last modified time
    Searched refs:InstructionsGeneratedSince (Results 1 - 11 of 11) sorted by null

  /external/v8/src/arm/
debug-arm.cc 313 masm->InstructionsGeneratedSince(&check_codesize));
assembler-arm.h     [all...]
full-codegen-arm.cc 94 int delta_to_patch_site = masm_->InstructionsGeneratedSince(&patch_site_);
456 masm_->InstructionsGeneratedSince(&check_exit_codesize));
    [all...]
lithium-codegen-arm.cc 286 ASSERT(masm()->InstructionsGeneratedSince(&table_start) ==
    [all...]
macro-assembler-arm.cc     [all...]
  /external/v8/src/mips/
debug-mips.cc 305 masm->InstructionsGeneratedSince(&check_codesize));
assembler-mips.h 863 int InstructionsGeneratedSince(Label* label) {
    [all...]
lithium-codegen-mips.cc     [all...]
full-codegen-mips.cc 103 int delta_to_patch_site = masm_->InstructionsGeneratedSince(&patch_site_);
465 masm_->InstructionsGeneratedSince(&check_exit_codesize));
    [all...]
code-stubs-mips.cc     [all...]
macro-assembler-mips.cc     [all...]

Completed in 193 milliseconds