Home
last modified time | relevance | path

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

/external/v8/test/cctest/
Dtest-macro-assembler-mips64.cc196 int check_size = masm->InstructionsGeneratedSince(&skip); in TEST()
/external/v8/src/mips64/
Ddebug-mips64.cc283 masm->InstructionsGeneratedSince(&check_codesize)); in GenerateSlot()
Dassembler-mips64.h986 int InstructionsGeneratedSince(Label* label) { in InstructionsGeneratedSince() function
Dfull-codegen-mips64.cc81 int delta_to_patch_site = masm_->InstructionsGeneratedSince(&patch_site_); in EmitPatchInfo()
453 masm_->InstructionsGeneratedSince(&check_exit_codesize)); in EmitReturnSequence()
Dlithium-codegen-mips64.cc2762 int delta = masm_->InstructionsGeneratedSince(map_check) + kAdditionalDelta; in DoDeferredInstanceOfKnownGlobal()
2798 DCHECK_EQ(1, masm()->InstructionsGeneratedSince(&check)); in DoCmpT()
Dcode-stubs-mips64.cc1164 masm->InstructionsGeneratedSince(&find_ra)); in Generate()
Dmacro-assembler-mips64.cc4665 int abort_instructions = InstructionsGeneratedSince(&abort_start); in Abort()
/external/v8/src/arm/
Ddebug-arm.cc271 masm->InstructionsGeneratedSince(&check_codesize)); in GenerateSlot()
Dfull-codegen-arm.cc71 int delta_to_patch_site = masm_->InstructionsGeneratedSince(&patch_site_); in EmitPatchInfo()
374 DCHECK(masm_->InstructionsGeneratedSince(&start) <= expected_instr_count); in EmitProfilingCounterReset()
375 while (masm_->InstructionsGeneratedSince(&start) != expected_instr_count) { in EmitProfilingCounterReset()
470 masm_->InstructionsGeneratedSince(&check_exit_codesize)); in EmitReturnSequence()
Dassembler-arm.h1322 int InstructionsGeneratedSince(Label* label) { in InstructionsGeneratedSince() function
Dlithium-codegen-arm.cc2894 masm_->InstructionsGeneratedSince(map_check) + additional_delta; in DoDeferredInstanceOfKnownGlobal()
2896 masm_->InstructionsGeneratedSince(bool_load) + additional_delta; in DoDeferredInstanceOfKnownGlobal()
2907 while (masm_->InstructionsGeneratedSince(&before_push_delta) != 4) { in DoDeferredInstanceOfKnownGlobal()
Dmacro-assembler-arm.cc2873 int abort_instructions = InstructionsGeneratedSince(&abort_start); in Abort()
/external/v8/src/mips/
Ddebug-mips.cc280 masm->InstructionsGeneratedSince(&check_codesize)); in GenerateSlot()
Dassembler-mips.h950 int InstructionsGeneratedSince(Label* label) { in InstructionsGeneratedSince() function
Dfull-codegen-mips.cc81 int delta_to_patch_site = masm_->InstructionsGeneratedSince(&patch_site_); in EmitPatchInfo()
457 masm_->InstructionsGeneratedSince(&check_exit_codesize)); in EmitReturnSequence()
Dlithium-codegen-mips.cc2792 int delta = masm_->InstructionsGeneratedSince(map_check) + kAdditionalDelta; in DoDeferredInstanceOfKnownGlobal()
2828 DCHECK_EQ(1, masm()->InstructionsGeneratedSince(&check)); in DoCmpT()
Dcode-stubs-mips.cc1169 masm->InstructionsGeneratedSince(&find_ra)); in Generate()
Dmacro-assembler-mips.cc4775 int abort_instructions = InstructionsGeneratedSince(&abort_start); in Abort()
/external/v8/src/arm64/
Dassembler-arm64.h943 int InstructionsGeneratedSince(const Label* label) { in InstructionsGeneratedSince() function
Dmacro-assembler-arm64.cc5354 uint32_t delta = __ InstructionsGeneratedSince(smi_check); in Emit()
Dlithium-codegen-arm64.cc3102 DCHECK(masm()->InstructionsGeneratedSince(&map_check) == 4); in DoInstanceOfKnownGlobal()