Searched refs:InstructionsGeneratedSince (Results 1 – 21 of 21) sorted by relevance
196 int check_size = masm->InstructionsGeneratedSince(&skip); in TEST()
283 masm->InstructionsGeneratedSince(&check_codesize)); in GenerateSlot()
986 int InstructionsGeneratedSince(Label* label) { in InstructionsGeneratedSince() function
81 int delta_to_patch_site = masm_->InstructionsGeneratedSince(&patch_site_); in EmitPatchInfo()453 masm_->InstructionsGeneratedSince(&check_exit_codesize)); in EmitReturnSequence()
2762 int delta = masm_->InstructionsGeneratedSince(map_check) + kAdditionalDelta; in DoDeferredInstanceOfKnownGlobal()2798 DCHECK_EQ(1, masm()->InstructionsGeneratedSince(&check)); in DoCmpT()
1164 masm->InstructionsGeneratedSince(&find_ra)); in Generate()
4665 int abort_instructions = InstructionsGeneratedSince(&abort_start); in Abort()
271 masm->InstructionsGeneratedSince(&check_codesize)); in GenerateSlot()
71 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()
1322 int InstructionsGeneratedSince(Label* label) { in InstructionsGeneratedSince() function
2894 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()
2873 int abort_instructions = InstructionsGeneratedSince(&abort_start); in Abort()
280 masm->InstructionsGeneratedSince(&check_codesize)); in GenerateSlot()
950 int InstructionsGeneratedSince(Label* label) { in InstructionsGeneratedSince() function
81 int delta_to_patch_site = masm_->InstructionsGeneratedSince(&patch_site_); in EmitPatchInfo()457 masm_->InstructionsGeneratedSince(&check_exit_codesize)); in EmitReturnSequence()
2792 int delta = masm_->InstructionsGeneratedSince(map_check) + kAdditionalDelta; in DoDeferredInstanceOfKnownGlobal()2828 DCHECK_EQ(1, masm()->InstructionsGeneratedSince(&check)); in DoCmpT()
1169 masm->InstructionsGeneratedSince(&find_ra)); in Generate()
4775 int abort_instructions = InstructionsGeneratedSince(&abort_start); in Abort()
943 int InstructionsGeneratedSince(const Label* label) { in InstructionsGeneratedSince() function
5354 uint32_t delta = __ InstructionsGeneratedSince(smi_check); in Emit()
3102 DCHECK(masm()->InstructionsGeneratedSince(&map_check) == 4); in DoInstanceOfKnownGlobal()