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

  /external/v8/src/arm/
full-codegen-arm.cc 64 ASSERT(patch_site_.is_bound() == info_emitted_);
70 ASSERT(!patch_site_.is_bound() && !info_emitted_);
71 __ bind(&patch_site_);
82 ASSERT(!patch_site_.is_bound() && !info_emitted_);
83 __ bind(&patch_site_);
89 int delta_to_patch_site = masm_->InstructionsGeneratedSince(&patch_site_);
98 bool is_bound() const { return patch_site_.is_bound(); }
102 Label patch_site_; member in class:v8::internal::BASE_EMBEDDED
    [all...]
  /external/v8/src/ia32/
full-codegen-ia32.cc 57 ASSERT(patch_site_.is_bound() == info_emitted_);
71 int delta_to_patch_site = masm_->SizeOfCodeGeneratedSince(&patch_site_);
79 bool is_bound() const { return patch_site_.is_bound(); }
84 ASSERT(!patch_site_.is_bound() && !info_emitted_);
86 __ bind(&patch_site_);
91 Label patch_site_; member in class:v8::internal::BASE_EMBEDDED
    [all...]
  /external/v8/src/x64/
full-codegen-x64.cc 57 ASSERT(patch_site_.is_bound() == info_emitted_);
71 int delta_to_patch_site = masm_->SizeOfCodeGeneratedSince(&patch_site_);
79 bool is_bound() const { return patch_site_.is_bound(); }
84 ASSERT(!patch_site_.is_bound() && !info_emitted_);
86 __ bind(&patch_site_);
91 Label patch_site_; member in class:v8::internal::BASE_EMBEDDED
    [all...]

Completed in 24 milliseconds