Lines Matching refs:code
6 // * Redistributions of source code must retain the above copyright
116 Code* code,
123 Handle<Code> code,
126 static void AddCode(CodeTag tag, String* name, Code* code);
128 static void AddCode(CodeTag tag, const char* name, Code* code);
130 static void AddCode(CodeTag tag, Code* code);
132 static void RemoveCode(Code* code);
134 static void RegisterDetailedLineInfo(Code* code, GDBJITLineInfo* line_info);