Lines Matching refs:GDBJITInterface
937 LineInfo* lineinfo, GDBJITInterface::CodeTag tag,
952 GDBJITInterface::CodeTag tag() const {
1010 GDBJITInterface::CodeTag tag_;
1999 void GDBJITInterface::AddCode(Handle<Name> name,
2010 AddCode(name_cstring.get(), *code, GDBJITInterface::FUNCTION, *script,
2013 AddCode("", *code, GDBJITInterface::FUNCTION, *script, info);
2020 if (desc->tag() == GDBJITInterface::FUNCTION) {
2058 void GDBJITInterface::AddCode(const char* name,
2060 GDBJITInterface::CodeTag tag,
2107 void GDBJITInterface::RemoveCode(Code* code) {
2128 void GDBJITInterface::RemoveCodeRange(Address start, Address end) {
2155 void GDBJITInterface::EventHandler(const v8::JitCodeEvent* event) {