HomeSort by relevance Sort by last modified time
    Searched full:functioninfo (Results 1 - 11 of 11) sorted by null

  /external/llvm/unittests/ExecutionEngine/JIT/
JITEventListenerTestCommon.h 166 SourceLocations& FunctionInfo = ReportedDebugFuncs.begin()->second;
167 EXPECT_EQ(c, FunctionInfo.size());
170 for(SourceLocations::iterator i = FunctionInfo.begin();
171 i != FunctionInfo.end();
195 SourceLocations& FunctionInfo = ReportedDebugFuncs.begin()->second;
196 EXPECT_TRUE(2 == FunctionInfo.size());
198 EXPECT_STREQ(FunctionInfo.at(0).first.c_str(), getFilename());
199 EXPECT_STREQ(FunctionInfo.at(1).first.c_str(), secondFilename.c_str());
201 EXPECT_EQ(FunctionInfo.at(0).second, getLine());
202 EXPECT_EQ(FunctionInfo.at(1).second, getLine())
    [all...]
  /external/llvm/lib/Analysis/IPA/
GlobalsModRef.cpp 87 /// FunctionInfo - For each function, keep track of what globals are
89 std::map<const Function*, FunctionRecord> FunctionInfo;
173 FunctionInfo.find(F);
174 if (I != FunctionInfo.end())
223 FunctionInfo[Readers[i]].GlobalInfo[I] |= Ref;
227 FunctionInfo[Writers[i]].GlobalInfo[I] |= Mod;
382 FunctionInfo.erase(SCC[i]->getFunction());
386 FunctionRecord &FR = FunctionInfo[SCC[0]->getFunction()];
445 // from the FunctionInfo map.
448 FunctionInfo.erase(SCC[i]->getFunction())
    [all...]
  /external/llvm/include/llvm/Analysis/
ProfileInfoTypes.h 32 FunctionInfo = 2, /* Function profiling information */
LibCallSemantics.h 54 /// LibCallFunctionInfo - Each record in the array of FunctionInfo structs
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
javax.servlet.jsp_2.0.0.v200806031607.jar 
org.apache.jasper_5.5.17.v201004212143.jar 
  /external/llvm/lib/Analysis/
ProfileInfoLoader.cpp 129 case FunctionInfo:
  /external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h 29 struct FunctionInfo;
  /external/v8/test/mjsunit/tools/
tickprocessor.js 405 'FunctionInfo': [
  /external/webkit/Source/JavaScriptCore/bytecompiler/
BytecodeGenerator.cpp 262 Vector<std::pair<int, bool>, 16> functionInfo(functionStack.size());
270 functionInfo[i] = make_pair(entry.getIndex(), entry.isReadOnly());
288 if (functionInfo[i].second)
    [all...]
  /external/v8/src/
liveedit.cc 827 void FunctionInfo(Handle<SharedFunctionInfo> shared, Scope* scope) {
    [all...]

Completed in 147 milliseconds