HomeSort by relevance Sort by last modified time
    Searched refs:GetFunction (Results 1 - 25 of 45) sorted by null

1 2

  /art/runtime/base/
transform_array_ref.h 76 : TransformArrayRef(other.base(), other.GetFunction()) { }
85 return *this = TransformArrayRef(other.base(), other.GetFunction());
111 reference operator[](size_type n) { return GetFunction()(base()[n]); }
112 const_reference operator[](size_type n) const { return GetFunction()(base()[n]); }
114 reference front() { return GetFunction()(base().front()); }
115 const_reference front() const { return GetFunction()(base().front()); }
117 reference back() { return GetFunction()(base().back()); }
118 const_reference back() const { return GetFunction()(base().back()); }
121 return TransformArrayRef(base().subarray(pos), GetFunction());
124 return TransformArrayRef(base().subarray(pos), GetFunction());
    [all...]
transform_iterator.h 66 : data_(other.base(), other.GetFunction()) {
96 return GetFunction()(*base());
104 return GetFunction()(base()[n]);
112 return TransformIterator(base() + n, GetFunction());
120 return TransformIterator(base() - n, GetFunction());
137 const Function& GetFunction() const {
  /external/swiftshader/src/D3D9/
Direct3DPixelShader9.hpp 42 long __stdcall GetFunction(void *data, unsigned int *size);
Direct3DVertexShader9.hpp 42 long __stdcall GetFunction(void *data, unsigned int *size);
Direct3DPixelShader9.cpp 94 long Direct3DPixelShader9::GetFunction(void *data, unsigned int *size)
Direct3DVertexShader9.cpp 94 long Direct3DVertexShader9::GetFunction(void *data, unsigned int *size)
  /external/rmi4utils/rmidevice/
rmidevice.cpp 85 if (GetFunction(f01, 1)) {
218 if (!GetFunction(f01, 1))
233 bool RMIDevice::GetFunction(RMIFunction &func, int functionNumber)
312 if (GetFunction(f01, 0x01)) {
rmidevice.h 65 bool GetFunction(RMIFunction &func, int functionNumber);
  /external/v8/src/debug/
debug-frames.h 24 Handle<JSFunction> GetFunction();
debug-scopes.h 112 inline Handle<JSFunction> GetFunction() {
113 return frame_inspector_->GetFunction();
debug-frames.cc 52 ? deoptimized_frame_->GetFunction()->shared()->script()
57 Handle<JSFunction> FrameInspector::GetFunction() {
59 return is_optimized_ ? deoptimized_frame_->GetFunction()
debug-scopes.cc 39 Handle<JSFunction> function = GetFunction();
193 js_function = GetFunction();
414 GetFunction()->shared()->scope_info()->Print();
498 Handle<JSFunction> function = GetFunction();
841 Handle<JSFunction> function = frame_inspector_->GetFunction();
debug-evaluate.cc 138 Handle<JSFunction> local_function = frame_inspector.GetFunction();
  /external/v8/src/
messages.h 52 virtual Handle<Object> GetFunction() const = 0;
84 Handle<Object> GetFunction() const override;
130 Handle<Object> GetFunction() const override;
173 Handle<Object> GetFunction() const override;
    [all...]
  /hardware/qcom/display/msm8996/libgralloc1/
gr_device_impl.h 50 static gralloc1_function_pointer_t GetFunction(
gr_device_impl.cpp 84 getFunction = GetFunction;
115 gralloc1_function_pointer_t GrallocImpl::GetFunction(gralloc1_device_t *device, int32_t function) {
  /hardware/qcom/display/msm8998/libgralloc1/
gr_device_impl.h 52 static gralloc1_function_pointer_t GetFunction(
gr_device_impl.cpp 85 getFunction = GetFunction;
120 gralloc1_function_pointer_t GrallocImpl::GetFunction(gralloc1_device_t *device, int32_t function) {
  /system/libvintf/
VintfObject.cpp 132 template<typename T, typename GetFunction>
136 GetFunction getFunction) {
143 *updated = getFunction();
  /external/rmi4utils/rmi4update/
rmi4update.cpp 233 if (!m_device.GetFunction(m_f01, 0x01))
236 if (!m_device.GetFunction(m_f34, 0x34))
  /external/clang/utils/
ClangDataFormat.py 104 func_addr = frame.GetFunction().GetStartAddress().GetFileAddress()
  /external/v8/src/builtins/
builtins-callsite.cc 72 CHECK_CALLSITE(recv, "getFunction");
78 return *frame->GetFunction();
  /hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_session.h 122 static hwc2_function_pointer_t GetFunction(struct hwc2_device *device, int32_t descriptor);
  /hardware/qcom/display/msm8998/sdm/libs/hwc2/
hwc_session.h 120 static hwc2_function_pointer_t GetFunction(struct hwc2_device *device, int32_t descriptor);
  /external/skia/experimental/SkV8Example/
Path2DBuilder.cpp 61 gGlobal->getIsolate(), "Path2DBuilder"), constructor->GetFunction());

Completed in 490 milliseconds

1 2