Home
last modified time | relevance | path

Searched defs:function_object (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/runtime/
Druntime-test.cc149 Handle<Object> function_object = args.at(0); in RUNTIME_FUNCTION() local
296 Handle<Object> function_object = args.at(0); in OptimizeFunctionOnNextCall() local
371 Handle<Object> function_object = args.at(0); in RUNTIME_FUNCTION() local
697 Handle<Object> function_object = args.at(0); in RUNTIME_FUNCTION() local
737 Handle<Object> function_object = args.at(0); in RUNTIME_FUNCTION() local
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.cpp14768 void BuiltinFunctionTest::prepareArgument(const functionObject& function_object, glw::GLuint vertex, in prepareArgument()
14788 void BuiltinFunctionTest::prepareComponents(const functionObject& function_object, glw::GLuint vert… in prepareComponents()
14929 void BuiltinFunctionTest::prepareProgram(const functionObject& function_object, Utils::programInfo&… in prepareProgram()
14944 void BuiltinFunctionTest::prepareTestData(const functionObject& function_object) in prepareTestData()
14973 void BuiltinFunctionTest::prepareVertexShaderCode(const functionObject& function_object) in prepareVertexShaderCode()
15112 de::UniquePtr<functionObject> function_object(getFunctionObject(function, type)); in test() local
15149 void BuiltinFunctionTest::testBegin(const functionObject& function_object, glw::GLuint program_id, … in testBegin()
15253 bool BuiltinFunctionTest::isResultEdgeCase(const functionObject& function_object, glw::GLuint verte… in isResultEdgeCase()
15314 bool BuiltinFunctionTest::verifyResults(const functionObject& function_object, glw::GLuint vertex) in verifyResults()