HomeSort by relevance Sort by last modified time
    Searched refs:getFunction (Results 26 - 50 of 340) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/v8/test/mjsunit/
cross-realm-filtering.js 31 assertFalse(false === error[i].getFunction());
39 assertTrue(Realm.shared.thrower_1 === Realm.shared.error_1[2].getFunction());
47 assertTrue(Realm.shared.thrower_0 === Realm.shared.error_0[2].getFunction());
  /external/llvm/examples/BrainF/
BrainFDriver.cpp 78 CallInst *brainf_call = CallInst::Create(mod->getFunction("brainf"),
146 Function *brainf_func = M.getFunction("brainf");
  /external/llvm/lib/Analysis/
CallGraphSCCPass.cpp 146 if (Function *F = CGN->getFunction()) {
195 Function *F = CGN->getFunction();
228 if (!I->second->getFunction())
282 if (ExistingNode->getFunction() == CS.getCalledFunction())
291 ExistingNode->getFunction() == nullptr)
304 if (!ExistingNode->getFunction()) {
615 if (CGN->getFunction())
616 CGN->getFunction()->print(Out);
  /external/llvm/lib/CodeGen/AsmPrinter/
ARMException.cpp 72 const Function *F = MF->getFunction();
81 if (!Asm->MF->getFunction()->needsUnwindTableEntry() &&
  /external/llvm/unittests/IR/
UseTest.cpp 42 Function *F = M->getFunction("f");
87 Function *F = M->getFunction("f");
UserTest.cpp 70 Function *F = M->getFunction("f");
ValueTest.cpp 40 Function *F = M->getFunction("f");
124 Function *F = M->getFunction("f");
192 Function *F = M->getFunction("f");
227 Function *F = M->getFunction("f");
  /external/llvm/unittests/Linker/
LinkModulesTest.cpp 118 EXPECT_EQ(cast<BlockAddress>(Elem)->getFunction(),
119 LinkedModule->getFunction("ba_func"));
121 LinkedModule->getFunction("ba_func"));
125 EXPECT_EQ(cast<BlockAddress>(Elem)->getFunction(),
126 LinkedModule->getFunction("ba_func"));
128 LinkedModule->getFunction("ba_func"));
214 EXPECT_NE(nullptr, DestM->getFunction("bar"));
236 EXPECT_NE(nullptr, DestM->getFunction("bar"));
  /external/v8/test/mjsunit/regress/
regress-2564.js 39 assertEquals(o[i], frames[i].getFunction());
70 assertEquals(o[i], frames[i].getFunction());
75 assertEquals(undefined, frames[i].getFunction());
106 assertEquals(undefined, frames[i].getFunction());
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/format/
GLAPISpec.java 48 public String getFunction() {
88 specs.put(spec.getFunction(), spec);
  /external/v8/src/js/
array.js     [all...]
  /external/deqp/framework/egl/
egluGLFunctionLoader.cpp 40 glw::GenericFuncType func = (glw::GenericFuncType)m_library->getFunction(name);
  /external/llvm/include/llvm/Analysis/
BlockFrequencyInfo.h 38 const Function *getFunction() const;
Trace.h 51 /// getFunction - Return this trace's parent function.
53 Function *getFunction () const;
  /external/llvm/lib/Target/AMDGPU/
AMDGPUAnnotateKernelFeatures.cpp 78 if (Function *Fn = M.getFunction(Arr[0])) {
  /external/llvm/lib/Target/XCore/
XCoreMachineFunctionInfo.cpp 40 if (! MF.getFunction()->isVarArg()) {
  /external/llvm/lib/Transforms/IPO/
PruneEH.cpp 78 if (Function *F = (*I)->getFunction())
91 Function *F = (*I)->getFunction();
156 Function *F = (*I)->getFunction();
173 if (Function *F = (*I)->getFunction())
  /external/opencv3/modules/core/include/opencv2/core/
optim.hpp 81 virtual Ptr<Function> getFunction() const = 0;
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
TraceFileParserTask.java 78 formattedMsg = String.format("%s()", msg.getFunction().toString()); //$NON-NLS-1$
85 msg.getFunction(),
108 switch (msg.getFunction()) {
233 if (c.getFunction() == Function.eglSwapBuffers) {
  /external/skia/src/gpu/glsl/
GrGLSLBlend.cpp 124 SkString getFunction;
133 &getFunction);
142 setLumBody.printf("float diff = %s(lumColor - hueSat);", getFunction.c_str());
144 setLumBody.appendf("float outLum = %s(outColor);", getFunction.c_str());
169 SkString getFunction;
178 &getFunction);
229 getFunction.c_str(), helpFunc, helpFunc, helpFunc, helpFunc,
  /external/deqp/framework/platform/win32/
tcuWGL.cpp 192 m_functions.createContext = (wglCreateContextFunc) m_library.getFunction("wglCreateContext");
193 m_functions.deleteContext = (wglDeleteContextFunc) m_library.getFunction("wglDeleteContext");
194 m_functions.getProcAddress = (wglGetProcAddressFunc) m_library.getFunction("wglGetProcAddress");
195 m_functions.makeCurrent = (wglMakeCurrentFunc) m_library.getFunction("wglMakeCurrent");
196 m_functions.swapLayerBuffers = (wglSwapLayerBuffersFunc) m_library.getFunction("wglSwapLayerBuffers");
442 ptr = (FunctionPtr)m_core->getLibrary()->getGLLibrary().getFunction(name);
  /frameworks/compile/libbcc/lib/Renderscript/
RSScriptGroupFusion.cpp 44 Function* func = newModule->getFunction(functionName);
52 getFunction(Module* mergedModule, const Source* source, const int slot,
73 const Function* function = mergedModule->getFunction(functionName);
144 const Function* firstF = getFunction(M, sources.front(), slots.front(), nullptr);
165 const Function* lastF = getFunction(M, sources.back(), slots.back(), nullptr);
232 getFunction(mergedModule, source, slot, &inputFunctionSignature);
  /external/llvm/lib/CodeGen/
GCMetadata.cpp 116 OS << "GC roots for " << FD->getFunction().getName() << ":\n";
122 OS << "GC safe points for " << FD->getFunction().getName() << ":\n";
  /external/llvm/unittests/Analysis/
CFGTest.cpp 44 Function *F = M->getFunction("test");
381 succ_iterator S = succ_begin(&*++M->getFunction("test")->begin());
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
GLCallGroups.java 159 if (c.getFunction() == Function.glPushGroupMarkerEXT) {
167 } else if (c.getFunction() == Function.glPopGroupMarkerEXT) {

Completed in 1340 milliseconds

12 3 4 5 6 7 8 91011>>