OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:registerName
(Results
1 - 2
of
2
) sorted by null
/external/webkit/JavaScriptCore/bytecode/
CodeBlock.cpp
81
CString CodeBlock::
registerName
(ExecState* exec, int r) const
144
printf("[%4d] %s\t\t %s, %s\n", location, op,
registerName
(exec, r0).c_str(),
registerName
(exec, r1).c_str());
152
printf("[%4d] %s\t\t %s, %s, %s\n", location, op,
registerName
(exec, r0).c_str(),
registerName
(exec, r1).c_str(),
registerName
(exec, r2).c_str());
159
printf("[%4d] %s\t\t %s, %d(->%d)\n", location, op,
registerName
(exec, r0).c_str(), offset, location + offset);
167
printf("[%4d] %s\t %s, %s, %s\n", location, op,
registerName
(exec, r0).c_str(),
registerName
(exec, r1).c_str(), idName(id0, m_identifiers[id0]).c_str());
176
printf("[%4d] %s\t %s, %s, %s\n", location, op,
registerName
(exec, r0).c_str(), idName(id0, m_identifiers[id0]).c_str(), registerName(exec, r1).c_str())
[
all
...]
CodeBlock.h
486
CString
registerName
(ExecState*, int r) const;
Completed in 256 milliseconds