OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PatchCode
(Results
1 - 8
of
8
) sorted by null
/external/v8/src/arm/
debug-arm.cc
75
rinfo()->
PatchCode
(original_rinfo()->pc(),
124
rinfo()->
PatchCode
(original_rinfo()->pc(),
assembler-arm.cc
127
void RelocInfo::
PatchCode
(byte* instructions, int instruction_count) {
[
all
...]
/external/v8/src/ia32/
debug-ia32.cc
60
rinfo()->
PatchCode
(original_rinfo()->pc(),
91
rinfo()->
PatchCode
(original_rinfo()->pc(), Assembler::kDebugBreakSlotLength);
assembler-ia32.cc
182
void RelocInfo::
PatchCode
(byte* instructions, int instruction_count) {
[
all
...]
/external/v8/src/x64/
debug-x64.cc
61
rinfo()->
PatchCode
(original_rinfo()->pc(),
91
rinfo()->
PatchCode
(original_rinfo()->pc(), Assembler::kDebugBreakSlotLength);
assembler-x64.cc
188
void RelocInfo::
PatchCode
(byte* instructions, int instruction_count) {
[
all
...]
/external/v8/src/
assembler.h
341
void
PatchCode
(byte* instructions, int instruction_count);
/external/v8/src/mips/
assembler-mips.cc
153
void RelocInfo::
PatchCode
(byte* instructions, int instruction_count) {
[
all
...]
Completed in 3896 milliseconds