OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:patch_site_
(Results
1 - 8
of
8
) sorted by null
/external/v8/src/arm/
full-codegen-arm.cc
66
ASSERT(
patch_site_
.is_bound() == info_emitted_);
72
ASSERT(!
patch_site_
.is_bound() && !info_emitted_);
74
__ bind(&
patch_site_
);
85
ASSERT(!
patch_site_
.is_bound() && !info_emitted_);
87
__ bind(&
patch_site_
);
93
if (
patch_site_
.is_bound()) {
94
int delta_to_patch_site = masm_->InstructionsGeneratedSince(&
patch_site_
);
108
Label
patch_site_
;
member in class:v8::internal::BASE_EMBEDDED
[
all
...]
/external/v8/src/mips/
full-codegen-mips.cc
76
ASSERT(
patch_site_
.is_bound() == info_emitted_);
82
ASSERT(!
patch_site_
.is_bound() && !info_emitted_);
84
__ bind(&
patch_site_
);
94
ASSERT(!
patch_site_
.is_bound() && !info_emitted_);
95
__ bind(&
patch_site_
);
102
if (
patch_site_
.is_bound()) {
103
int delta_to_patch_site = masm_->InstructionsGeneratedSince(&
patch_site_
);
116
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_);
75
if (
patch_site_
.is_bound()) {
76
int delta_to_patch_site = masm_->SizeOfCodeGeneratedSince(&
patch_site_
);
90
ASSERT(!
patch_site_
.is_bound() && !info_emitted_);
92
__ bind(&
patch_site_
);
97
Label
patch_site_
;
member in class:v8::internal::BASE_EMBEDDED
[
all
...]
/external/v8/src/x64/
full-codegen-x64.cc
56
ASSERT(
patch_site_
.is_bound() == info_emitted_);
74
if (
patch_site_
.is_bound()) {
75
int delta_to_patch_site = masm_->SizeOfCodeGeneratedSince(&
patch_site_
);
89
ASSERT(!
patch_site_
.is_bound() && !info_emitted_);
91
__ bind(&
patch_site_
);
96
Label
patch_site_
;
member in class:v8::internal::BASE_EMBEDDED
[
all
...]
/external/chromium_org/v8/src/arm/
full-codegen-arm.cc
66
ASSERT(
patch_site_
.is_bound() == info_emitted_);
72
ASSERT(!
patch_site_
.is_bound() && !info_emitted_);
74
__ bind(&
patch_site_
);
82
ASSERT(!
patch_site_
.is_bound() && !info_emitted_);
84
__ bind(&
patch_site_
);
92
if (
patch_site_
.is_bound()) {
93
int delta_to_patch_site = masm_->InstructionsGeneratedSince(&
patch_site_
);
107
Label
patch_site_
;
member in class:v8::internal::BASE_EMBEDDED
[
all
...]
/external/chromium_org/v8/src/mips/
full-codegen-mips.cc
76
ASSERT(
patch_site_
.is_bound() == info_emitted_);
82
ASSERT(!
patch_site_
.is_bound() && !info_emitted_);
84
__ bind(&
patch_site_
);
94
ASSERT(!
patch_site_
.is_bound() && !info_emitted_);
95
__ bind(&
patch_site_
);
102
if (
patch_site_
.is_bound()) {
103
int delta_to_patch_site = masm_->InstructionsGeneratedSince(&
patch_site_
);
116
Label
patch_site_
;
member in class:v8::internal::BASE_EMBEDDED
[
all
...]
/external/chromium_org/v8/src/ia32/
full-codegen-ia32.cc
57
ASSERT(
patch_site_
.is_bound() == info_emitted_);
75
if (
patch_site_
.is_bound()) {
76
int delta_to_patch_site = masm_->SizeOfCodeGeneratedSince(&
patch_site_
);
90
ASSERT(!
patch_site_
.is_bound() && !info_emitted_);
92
__ bind(&
patch_site_
);
97
Label
patch_site_
;
member in class:v8::internal::BASE_EMBEDDED
[
all
...]
/external/chromium_org/v8/src/x64/
full-codegen-x64.cc
57
ASSERT(
patch_site_
.is_bound() == info_emitted_);
75
if (
patch_site_
.is_bound()) {
76
int delta_to_patch_site = masm_->SizeOfCodeGeneratedSince(&
patch_site_
);
90
ASSERT(!
patch_site_
.is_bound() && !info_emitted_);
92
__ bind(&
patch_site_
);
97
Label
patch_site_
;
member in class:v8::internal::BASE_EMBEDDED
[
all
...]
Completed in 391 milliseconds