Home
last modified time | relevance | path

Searched defs:final (Results 1 – 25 of 67) sorted by relevance

123

/external/v8/src/interpreter/
Dconstant-array-builder.h65 struct ConstantArraySlice final { struct
72 inline size_t available() const { return capacity() - reserved() - size(); } in available()
73 inline size_t reserved() const { return reserved_; } in reserved()
74 inline size_t capacity() const { return capacity_; } in capacity()
75 inline size_t size() const { return constants_.size(); } in size()
76 inline size_t start_index() const { return start_index_; } in start_index()
80 const size_t capacity_;
81 size_t reserved_;
82 ZoneVector<Handle<Object>> constants_;
/external/v8/src/compiler/
Dnode-matchers.h111 struct IntMatcher final : public ValueMatcher<T, kOpcode> { struct
112 explicit IntMatcher(Node* node) : ValueMatcher<T, kOpcode>(node) {} in IntMatcher()
114 bool Is(const T& value) const { in Is()
117 bool IsInRange(const T& low, const T& high) const { in IsInRange()
120 bool IsMultipleOf(T n) const { in IsMultipleOf()
123 bool IsPowerOf2() const { in IsPowerOf2()
148 struct FloatMatcher final : public ValueMatcher<T, kOpcode> { struct
170 struct HeapObjectMatcher final argument
178 struct ExternalReferenceMatcher final struct
180 explicit ExternalReferenceMatcher(Node* node) in ExternalReferenceMatcher()
[all …]
/external/llvm/include/llvm/Analysis/
DCFLAliasAnalysis.h81 struct FunctionHandle final : public CallbackVH { struct
82 FunctionHandle(Function *Fn, CFLAAResult *Result) in FunctionHandle()
88 void deleted() override { removeSelfFromCache(); } in deleted()
89 void allUsesReplacedWith(Value *) override { removeSelfFromCache(); } in allUsesReplacedWith()
94 void removeSelfFromCache() { in removeSelfFromCache()
DGlobalsModRef.h59 struct DeletionCallbackHandle final : CallbackVH { struct
60 GlobalsAAResult *GAR;
61 std::list<DeletionCallbackHandle>::iterator I;
63 DeletionCallbackHandle(GlobalsAAResult &GAR, Value *V) in DeletionCallbackHandle()
/external/v8/src/
Dhandles.h391 struct HandleScopeData final { struct
392 Object** next;
393 Object** limit;
394 int level;
395 int sealed_level;
396 CanonicalHandleScope* canonical_scope;
398 void Initialize() { in Initialize()
/external/libbrillo/brillo/dbus/
Ddbus_object_test_helpers.h42 struct ResponseHolder final : public base::SupportsWeakPtr<ResponseHolder> { struct
43 void ReceiveResponse(scoped_ptr<dbus::Response> response) { in ReceiveResponse()
47 std::unique_ptr<dbus::Response> response_;
/external/clang/include/clang/ASTMatchers/Dynamic/
DVariantValue.h224 struct VariantMatcher::TypedMatcherOps final : VariantMatcher::MatcherOps { struct
225 TypedMatcherOps() in TypedMatcherOps()
227 typedef ast_matchers::internal::Matcher<T> MatcherT;
230 convertMatcher(const DynTypedMatcher &Matcher) const override { in convertMatcher()
/external/skia/src/gpu/glsl/
DGrGLSLBlend.cpp15 const char* final, in hard_light()
36 const char* final, in color_dodge_component()
60 const char* final, in color_burn_component()
81 const char* final, in soft_light_component_pos_dst_alpha()
/external/zopfli/src/zopfli/
Ddeflate.c528 static void AddLZ77Block(const ZopfliOptions* options, int btype, int final, in AddLZ77Block()
586 static void DeflateDynamicBlock(const ZopfliOptions* options, int final, in DeflateDynamicBlock()
639 static void DeflateFixedBlock(const ZopfliOptions* options, int final, in DeflateFixedBlock()
670 static void DeflateNonCompressedBlock(const ZopfliOptions* options, int final, in DeflateNonCompressedBlock()
701 int btype, int final, in DeflateBlock()
722 int btype, int final, in DeflateSplittingFirst()
756 int btype, int final, in DeflateSplittingLast()
827 void ZopfliDeflatePart(const ZopfliOptions* options, int btype, int final, in ZopfliDeflatePart()
844 void ZopfliDeflate(const ZopfliOptions* options, int btype, int final, in ZopfliDeflate()
Dkatajainen.c106 Node* leaves, int numsymbols, NodePool* pool, int index, char final) { in BoundaryPM()
241 char final = i == numBoundaryPMRuns - 1; in ZopfliLengthLimitedCodeLengths() local
/external/clang/test/Preprocessor/
Dmacro-reserved.cpp4 #define final 1 macro
54 #define final 1 macro
Dmacro-reserved.c4 #define final 1 macro
52 #define final 1 macro
Dmacro-reserved-cxx11.cpp5 #define final 1 // expected-warning {{keyword is hidden by macro definition}} macro
/external/clang/test/SemaCXX/
Dms-interface.cpp41 __interface I3 final { variable
/external/clang/test/CodeGen/
D2003-08-29-BitFieldStruct.c6 int final:1; member
/external/opencv3/modules/core/perf/opencl/
Dperf_usage_flags.cpp33 UMat final; in OCL_PERF_TEST_P() local
/external/eigen/bench/btl/generic_bench/timers/
DSTL_timer.hh70 time_t initial, final; member in STL_Timer
/external/boringssl/src/crypto/digest/
Dinternal.h85 void (*final)(EVP_MD_CTX *ctx, uint8_t *out); member
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/power_monitor/
Dsysfs_power_monitor.py164 def ComputeCpuStats(initial, final): argument
/external/regex-re2/util/
Dhash.cc124 #define final(a,b,c) \ macro
/external/libxml2/os400/iconv/
Diconv.c34 t_ccsid final; in findEncoding() local
/external/clang/test/CXX/class/class.mem/
Dp8-0x.cpp27 int h final; // expected-error {{only virtual member functions can be marked 'final'}} member
/external/opencv3/samples/cpp/
Dcreate_mask.cpp22 Mat img0, img1, res1, final; variable
/external/libvncserver/webclients/java-applet/ssl/
Dss_vncviewer795 final() { function
/external/toybox/toys/pending/
Dcompress.c303 int final, type; in inflate() local
422 int len, final = 0; in deflate() local

123