Searched refs:MUST_USE_RESULT (Results 1 - 25 of 37) sorted by relevance

12

/external/chromium_org/v8/src/
H A Dexecution.h26 MUST_USE_RESULT static MaybeHandle<Object> Call(
41 MUST_USE_RESULT static MaybeHandle<Object> New(Handle<JSFunction> func,
57 MUST_USE_RESULT static MaybeHandle<Object> ToNumber(
61 MUST_USE_RESULT static MaybeHandle<Object> ToInteger(
65 MUST_USE_RESULT static MaybeHandle<Object> ToInt32(
69 MUST_USE_RESULT static MaybeHandle<Object> ToUint32(
73 MUST_USE_RESULT static MaybeHandle<Object> ToString(
77 MUST_USE_RESULT static MaybeHandle<Object> ToDetailString(
81 MUST_USE_RESULT static MaybeHandle<Object> ToObject(
85 MUST_USE_RESULT stati
[all...]
H A Delements.h53 MUST_USE_RESULT virtual MaybeHandle<Object> Get(
59 MUST_USE_RESULT inline MaybeHandle<Object> Get(
71 MUST_USE_RESULT virtual PropertyAttributes GetAttributes(
77 MUST_USE_RESULT inline PropertyAttributes GetAttributes(
89 MUST_USE_RESULT virtual MaybeHandle<AccessorPair> GetAccessorPair(
95 MUST_USE_RESULT inline MaybeHandle<AccessorPair> GetAccessorPair(
107 MUST_USE_RESULT virtual MaybeHandle<Object> SetLength(
123 MUST_USE_RESULT virtual MaybeHandle<Object> Delete(
168 MUST_USE_RESULT virtual MaybeHandle<FixedArray> AddElementsToFixedArray(
174 MUST_USE_RESULT inlin
[all...]
H A Dfactory.h103 MUST_USE_RESULT MaybeHandle<String> NewStringFromOneByte(
139 MUST_USE_RESULT inline MaybeHandle<String> NewStringFromAscii(
147 MUST_USE_RESULT MaybeHandle<String> NewStringFromUtf8(
151 MUST_USE_RESULT MaybeHandle<String> NewStringFromTwoByte(
157 MUST_USE_RESULT Handle<String> NewInternalizedStringFromUtf8(
162 MUST_USE_RESULT Handle<String> NewOneByteInternalizedString(
165 MUST_USE_RESULT Handle<String> NewOneByteInternalizedSubString(
169 MUST_USE_RESULT Handle<String> NewTwoByteInternalizedString(
173 MUST_USE_RESULT Handle<String> NewInternalizedStringImpl(
178 MUST_USE_RESULT MaybeHandl
[all...]
H A Dcompiler.h594 MUST_USE_RESULT Status CreateGraph();
595 MUST_USE_RESULT Status OptimizeGraph();
596 MUST_USE_RESULT Status GenerateCode();
630 MUST_USE_RESULT Status SetLastStatus(Status status) {
667 MUST_USE_RESULT static MaybeHandle<Code> GetUnoptimizedCode(
669 MUST_USE_RESULT static MaybeHandle<Code> GetLazyCode(
671 MUST_USE_RESULT static MaybeHandle<Code> GetUnoptimizedCode(
673 MUST_USE_RESULT static MaybeHandle<Code> GetDebugCode(
684 MUST_USE_RESULT static MaybeHandle<JSFunction> GetFunctionFromEval(
710 MUST_USE_RESULT stati
[all...]
H A Dobjects.h1106 static MUST_USE_RESULT inline MaybeHandle<Smi> ToSmi(Isolate* isolate,
1109 MUST_USE_RESULT static MaybeHandle<Object> GetProperty(LookupIterator* it);
1112 MUST_USE_RESULT static MaybeHandle<Object> SetProperty(
1117 MUST_USE_RESULT static MaybeHandle<Object> SetProperty(
1120 MUST_USE_RESULT static MaybeHandle<Object> WriteToReadOnlyProperty(
1124 MUST_USE_RESULT static MaybeHandle<Object> AddDataProperty(
1127 MUST_USE_RESULT static inline MaybeHandle<Object> GetPropertyOrElement(
1130 MUST_USE_RESULT static inline MaybeHandle<Object> GetProperty(
1134 MUST_USE_RESULT static inline MaybeHandle<Object> GetProperty(
1138 MUST_USE_RESULT stati
[all...]
H A Ddebug.h363 MUST_USE_RESULT MaybeHandle<Object> Call(Handle<JSFunction> fun,
511 MUST_USE_RESULT MaybeHandle<Object> MakeJSObject(
515 MUST_USE_RESULT MaybeHandle<Object> MakeExecutionState();
516 MUST_USE_RESULT MaybeHandle<Object> MakeBreakEvent(
518 MUST_USE_RESULT MaybeHandle<Object> MakeExceptionEvent(
522 MUST_USE_RESULT MaybeHandle<Object> MakeCompileEvent(
524 MUST_USE_RESULT MaybeHandle<Object> MakePromiseEvent(
526 MUST_USE_RESULT MaybeHandle<Object> MakeAsyncTaskEvent(
H A Duri.h41 MUST_USE_RESULT static MaybeHandle<String> Unescape(Isolate* isolate,
48 MUST_USE_RESULT static MaybeHandle<String> UnescapeSlow(
183 MUST_USE_RESULT static MaybeHandle<String> Escape(Isolate* isolate,
H A Delements.cc142 MUST_USE_RESULT
603 MUST_USE_RESULT virtual MaybeHandle<Object> Get(
622 MUST_USE_RESULT static MaybeHandle<Object> GetImpl(
634 MUST_USE_RESULT virtual PropertyAttributes GetAttributes(
643 MUST_USE_RESULT static PropertyAttributes GetAttributesImpl(
656 MUST_USE_RESULT virtual MaybeHandle<AccessorPair> GetAccessorPair(
665 MUST_USE_RESULT static MaybeHandle<AccessorPair> GetAccessorPairImpl(
673 MUST_USE_RESULT virtual MaybeHandle<Object> SetLength(
680 MUST_USE_RESULT static MaybeHandle<Object> SetLengthImpl(
700 MUST_USE_RESULT virtua
[all...]
H A Dscopes.h564 MUST_USE_RESULT
568 MUST_USE_RESULT
598 MUST_USE_RESULT
H A Druntime.h833 MUST_USE_RESULT static MaybeHandle<Object> GetElementOrCharAt(
838 MUST_USE_RESULT static MaybeHandle<Object> SetObjectProperty(
842 MUST_USE_RESULT static MaybeHandle<Object> DefineObjectProperty(
846 MUST_USE_RESULT static MaybeHandle<Object> DeleteObjectProperty(
852 MUST_USE_RESULT static MaybeHandle<Object> HasObjectProperty(
857 MUST_USE_RESULT static MaybeHandle<Object> GetObjectProperty(
903 MUST_USE_RESULT static MaybeHandle<Object> CreateArrayLiteralBoilerplate(
H A Dliveedit.h81 MUST_USE_RESULT static MaybeHandle<JSArray> GatherCompileInfo(
H A Dlookup.h146 MUST_USE_RESULT inline JSReceiver* NextHolder(Map* map);
H A Dbuiltins.cc109 MUST_USE_RESULT static Object* Builtin_Impl_##name( \
111 MUST_USE_RESULT static Object* Builtin_##name( \
117 MUST_USE_RESULT static Object* Builtin_Impl_##name( \
206 MUST_USE_RESULT
280 MUST_USE_RESULT static Object* CallJsBuiltin(
1091 MUST_USE_RESULT static Object* HandleApiCallHelper(
1174 MUST_USE_RESULT static Object* HandleApiCallAsFunctionOrConstructor(
H A Djson-stringifier.h20 MUST_USE_RESULT MaybeHandle<Object> Stringify(Handle<Object> object);
22 MUST_USE_RESULT INLINE(static MaybeHandle<Object> StringifyString(
63 MUST_USE_RESULT MaybeHandle<Object> ApplyToJsonFunction(
/external/chromium_org/v8/src/heap/
H A Dheap.h651 MUST_USE_RESULT AllocationResult
1371 MUST_USE_RESULT AllocationResult
1379 MUST_USE_RESULT AllocationResult
1387 MUST_USE_RESULT AllocationResult
1393 MUST_USE_RESULT AllocationResult
1398 MUST_USE_RESULT AllocationResult
1403 MUST_USE_RESULT AllocationResult
1406 MUST_USE_RESULT AllocationResult CopyCode(Code* code);
1409 MUST_USE_RESULT AllocationResult
1662 MUST_USE_RESULT inlin
[all...]
H A Dspaces.h892 MUST_USE_RESULT Address AllocateRawMemory(const size_t requested_size,
1103 MUST_USE_RESULT bool CommitExecutableMemory(base::VirtualMemory* vm,
1553 MUST_USE_RESULT HeapObject* Allocate(int size_in_bytes);
1760 MUST_USE_RESULT inline AllocationResult AllocateRaw(int size_in_bytes);
1926 MUST_USE_RESULT HeapObject* WaitForSweeperThreadsAndRetryAllocation(
1930 MUST_USE_RESULT HeapObject* SlowAllocateRaw(int size_in_bytes);
2463 MUST_USE_RESULT INLINE(AllocationResult AllocateRaw(int size_in_bytes));
2580 MUST_USE_RESULT AllocationResult SlowAllocateRaw(int size_in_bytes);
2728 MUST_USE_RESULT AllocationResult
/external/chromium_org/v8/src/arm/
H A Dlithium-arm.h2806 MUST_USE_RESULT LOperand* Use(HValue* value, LUnallocated* operand);
2807 MUST_USE_RESULT LOperand* UseFixed(HValue* value, Register fixed_register);
2808 MUST_USE_RESULT LOperand* UseFixedDouble(HValue* value,
2819 MUST_USE_RESULT LOperand* UseRegister(HValue* value);
2820 MUST_USE_RESULT LOperand* UseRegisterAtStart(HValue* value);
2823 MUST_USE_RESULT LOperand* UseTempRegister(HValue* value);
2826 MUST_USE_RESULT LOperand* Use(HValue* value);
2827 MUST_USE_RESULT LOperand* UseAtStart(HValue* value);
2830 MUST_USE_RESULT LOperand* UseOrConstant(HValue* value);
2831 MUST_USE_RESULT LOperan
[all...]
/external/chromium_org/v8/src/ia32/
H A Dlithium-ia32.h2792 MUST_USE_RESULT LOperand* Use(HValue* value, LUnallocated* operand);
2793 MUST_USE_RESULT LOperand* UseFixed(HValue* value, Register fixed_register);
2794 MUST_USE_RESULT LOperand* UseFixedDouble(HValue* value,
2805 MUST_USE_RESULT LOperand* UseRegister(HValue* value);
2806 MUST_USE_RESULT LOperand* UseRegisterAtStart(HValue* value);
2809 MUST_USE_RESULT LOperand* UseTempRegister(HValue* value);
2812 MUST_USE_RESULT LOperand* Use(HValue* value);
2813 MUST_USE_RESULT LOperand* UseAtStart(HValue* value);
2816 MUST_USE_RESULT LOperand* UseOrConstant(HValue* value);
2817 MUST_USE_RESULT LOperan
[all...]
/external/chromium_org/v8/src/mips/
H A Dlithium-mips.h2764 MUST_USE_RESULT LOperand* Use(HValue* value, LUnallocated* operand);
2765 MUST_USE_RESULT LOperand* UseFixed(HValue* value, Register fixed_register);
2766 MUST_USE_RESULT LOperand* UseFixedDouble(HValue* value,
2777 MUST_USE_RESULT LOperand* UseRegister(HValue* value);
2778 MUST_USE_RESULT LOperand* UseRegisterAtStart(HValue* value);
2781 MUST_USE_RESULT LOperand* UseTempRegister(HValue* value);
2784 MUST_USE_RESULT LOperand* Use(HValue* value);
2785 MUST_USE_RESULT LOperand* UseAtStart(HValue* value);
2788 MUST_USE_RESULT LOperand* UseOrConstant(HValue* value);
2789 MUST_USE_RESULT LOperan
[all...]
/external/chromium_org/v8/src/mips64/
H A Dlithium-mips64.h2748 MUST_USE_RESULT LOperand* Use(HValue* value, LUnallocated* operand);
2749 MUST_USE_RESULT LOperand* UseFixed(HValue* value, Register fixed_register);
2750 MUST_USE_RESULT LOperand* UseFixedDouble(HValue* value,
2761 MUST_USE_RESULT LOperand* UseRegister(HValue* value);
2762 MUST_USE_RESULT LOperand* UseRegisterAtStart(HValue* value);
2765 MUST_USE_RESULT LOperand* UseTempRegister(HValue* value);
2768 MUST_USE_RESULT LOperand* Use(HValue* value);
2769 MUST_USE_RESULT LOperand* UseAtStart(HValue* value);
2772 MUST_USE_RESULT LOperand* UseOrConstant(HValue* value);
2773 MUST_USE_RESULT LOperan
[all...]
/external/chromium_org/v8/src/x64/
H A Dlithium-x64.h2791 MUST_USE_RESULT LOperand* Use(HValue* value, LUnallocated* operand);
2792 MUST_USE_RESULT LOperand* UseFixed(HValue* value, Register fixed_register);
2793 MUST_USE_RESULT LOperand* UseFixedDouble(HValue* value,
2804 MUST_USE_RESULT LOperand* UseRegister(HValue* value);
2805 MUST_USE_RESULT LOperand* UseRegisterAtStart(HValue* value);
2808 MUST_USE_RESULT LOperand* UseTempRegister(HValue* value);
2811 MUST_USE_RESULT LOperand* UseTempRegisterOrConstant(HValue* value);
2814 MUST_USE_RESULT LOperand* Use(HValue* value);
2815 MUST_USE_RESULT LOperand* UseAtStart(HValue* value);
2818 MUST_USE_RESULT LOperan
[all...]
/external/chromium_org/v8/src/base/
H A Dmacros.h266 #define MUST_USE_RESULT WARN_UNUSED_RESULT macro
/external/chromium_org/v8/src/x87/
H A Dlithium-x87.h2808 MUST_USE_RESULT LOperand* Use(HValue* value, LUnallocated* operand);
2809 MUST_USE_RESULT LOperand* UseFixed(HValue* value, Register fixed_register);
2819 MUST_USE_RESULT LOperand* UseRegister(HValue* value);
2820 MUST_USE_RESULT LOperand* UseRegisterAtStart(HValue* value);
2823 MUST_USE_RESULT LOperand* UseTempRegister(HValue* value);
2826 MUST_USE_RESULT LOperand* Use(HValue* value);
2827 MUST_USE_RESULT LOperand* UseAtStart(HValue* value);
2830 MUST_USE_RESULT LOperand* UseOrConstant(HValue* value);
2831 MUST_USE_RESULT LOperand* UseOrConstantAtStart(HValue* value);
2834 MUST_USE_RESULT LOperan
[all...]
/external/chromium_org/v8/src/ic/
H A Dic.h359 MUST_USE_RESULT MaybeHandle<Object> Load(Handle<Object> object,
405 MUST_USE_RESULT MaybeHandle<Object> Load(Handle<Object> object,
483 MUST_USE_RESULT MaybeHandle<Object> Store(
552 MUST_USE_RESULT MaybeHandle<Object> Store(Handle<Object> object,
/external/chromium_org/v8/src/arm64/
H A Dlithium-arm64.h3129 MUST_USE_RESULT LOperand* Use(HValue* value, LUnallocated* operand);
3130 MUST_USE_RESULT LOperand* UseFixed(HValue* value, Register fixed_register);
3131 MUST_USE_RESULT LOperand* UseFixedDouble(HValue* value,
3138 MUST_USE_RESULT LOperand* UseRegister(HValue* value);
3147 MUST_USE_RESULT LOperand* UseRegisterAndClobber(HValue* value);
3153 MUST_USE_RESULT LOperand* UseRegisterAtStart(HValue* value);
3156 MUST_USE_RESULT LOperand* UseRegisterOrConstant(HValue* value);
3157 MUST_USE_RESULT LOperand* UseRegisterOrConstantAtStart(HValue* value);
3160 MUST_USE_RESULT LConstantOperand* UseConstant(HValue* value);
3164 virtual MUST_USE_RESULT LOperan
[all...]

Completed in 2245 milliseconds

12