OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InstructionTable
(Results
1 - 5
of
5
) sorted by null
/external/v8/src/ia32/
disasm-ia32.cc
178
class
InstructionTable
{
180
InstructionTable
();
182
static
InstructionTable
* get_instance() {
183
static
InstructionTable
table;
200
InstructionTable
::
InstructionTable
() {
206
void
InstructionTable
::Clear() {
215
void
InstructionTable
::Init() {
231
void
InstructionTable
::CopyTable(const ByteMnemonic bm[],
243
void
InstructionTable
::SetTableRange(InstructionType type
[
all
...]
/external/chromium_org/v8/src/x64/
disasm-x64.cc
188
class
InstructionTable
{
190
InstructionTable
();
206
InstructionTable
::
InstructionTable
() {
212
void
InstructionTable
::Clear() {
222
void
InstructionTable
::Init() {
234
void
InstructionTable
::CopyTable(const ByteMnemonic bm[],
249
void
InstructionTable
::SetTableRange(InstructionType type,
264
void
InstructionTable
::AddJumpConditionalShort() {
274
static v8::internal::LazyInstance<
InstructionTable
>::type instruction_table
[
all
...]
/external/v8/src/x64/
disasm-x64.cc
187
class
InstructionTable
{
189
InstructionTable
();
205
InstructionTable
::
InstructionTable
() {
211
void
InstructionTable
::Clear() {
221
void
InstructionTable
::Init() {
233
void
InstructionTable
::CopyTable(const ByteMnemonic bm[],
248
void
InstructionTable
::SetTableRange(InstructionType type,
263
void
InstructionTable
::AddJumpConditionalShort() {
273
static v8::internal::LazyInstance<
InstructionTable
>::type instruction_table
[
all
...]
/external/chromium_org/v8/src/ia32/
disasm-ia32.cc
178
class
InstructionTable
{
180
InstructionTable
();
182
static
InstructionTable
* get_instance() {
183
static
InstructionTable
table;
200
InstructionTable
::
InstructionTable
() {
206
void
InstructionTable
::Clear() {
215
void
InstructionTable
::Init() {
231
void
InstructionTable
::CopyTable(const ByteMnemonic bm[],
243
void
InstructionTable
::SetTableRange(InstructionType type
[
all
...]
/external/llvm/lib/Target/ARM/
ARMFastISel.cpp
[
all
...]
Completed in 58 milliseconds