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

  /external/v8/src/
gdb-jit.h 111 static void AddCode(const char* name,
116 static void AddCode(Handle<String> name,
120 static void AddCode(CodeTag tag, String* name, Code* code);
122 static void AddCode(CodeTag tag, const char* name, Code* code);
124 static void AddCode(CodeTag tag, Code* code);
cpu-profiler-inl.h 43 code_map->AddCode(start, entry, size);
stub-cache.cc 131 GDBJIT(AddCode(GDBJITInterface::LOAD_IC, cache_name, Code::cast(code)));
157 GDBJIT(AddCode(GDBJITInterface::LOAD_IC, name, Code::cast(code)));
184 GDBJIT(AddCode(GDBJITInterface::LOAD_IC, name, Code::cast(code)));
211 GDBJIT(AddCode(GDBJITInterface::LOAD_IC, name, Code::cast(code)));
236 GDBJIT(AddCode(GDBJITInterface::LOAD_IC, name, Code::cast(code)));
271 GDBJIT(AddCode(GDBJITInterface::LOAD_IC, name, Code::cast(code)));
297 GDBJIT(AddCode(GDBJITInterface::KEYED_LOAD_IC, name, Code::cast(code)));
324 GDBJIT(AddCode(GDBJITInterface::KEYED_LOAD_IC, name, Code::cast(code)));
350 GDBJIT(AddCode(GDBJITInterface::KEYED_LOAD_IC, name, Code::cast(code)));
377 GDBJIT(AddCode(GDBJITInterface::KEYED_LOAD_IC, name, Code::cast(code)))
    [all...]
profile-generator-inl.h 83 void CodeMap::AddCode(Address addr, CodeEntry* entry, unsigned size) {
gdb-jit.cc     [all...]
code-stubs.cc 68 GDBJIT(AddCode(GDBJITInterface::STUB, GetName(), code));
compiler.cc 429 GDBJIT(AddCode(Handle<String>(String::cast(script->name())),
440 GDBJIT(AddCode(Handle<String>(), script, info->code()));
794 GDBJIT(AddCode(Handle<String>(shared->DebugName()),
profile-generator.h 242 INLINE(void AddCode(Address addr, CodeEntry* entry, unsigned size));
    [all...]
builtins.cc     [all...]
  /external/v8/test/cctest/
test-profile-generator.cc 522 code_map.AddCode(ToAddress(0x1500), &entry1, 0x200);
523 code_map.AddCode(ToAddress(0x1700), &entry2, 0x100);
524 code_map.AddCode(ToAddress(0x1900), &entry3, 0x50);
525 code_map.AddCode(ToAddress(0x1950), &entry4, 0x10);
552 code_map.AddCode(ToAddress(0x1500), &entry1, 0x200);
553 code_map.AddCode(ToAddress(0x1700), &entry2, 0x100);
593 generator.code_map()->AddCode(ToAddress(0x1500), entry1, 0x200);
594 generator.code_map()->AddCode(ToAddress(0x1700), entry2, 0x100);
595 generator.code_map()->AddCode(ToAddress(0x1900), entry3, 0x50);

Completed in 163 milliseconds