Home
last modified time | relevance | path

Searched refs:MUST_USE_RESULT (Results 1 – 25 of 53) sorted by relevance

123

/external/v8/src/heap/
Dheap.h1519 MUST_USE_RESULT HeapObject* PrecedeWithFiller(HeapObject* object,
1525 MUST_USE_RESULT HeapObject* AlignWithFiller(HeapObject* object,
1959 MUST_USE_RESULT AllocationResult CopyJSObject(JSObject* source,
1963 MUST_USE_RESULT AllocationResult
1971 MUST_USE_RESULT AllocationResult AllocateJSObject(
1978 MUST_USE_RESULT AllocationResult
1983 MUST_USE_RESULT AllocationResult
1995 MUST_USE_RESULT AllocationResult
1999 MUST_USE_RESULT AllocationResult
2005 MUST_USE_RESULT AllocationResult CopyCode(Code* code,
[all …]
Dspaces.h1093 MUST_USE_RESULT Address AllocateRawMemory(const size_t requested_size,
1337 MUST_USE_RESULT bool CommitExecutableMemory(base::VirtualMemory* vm,
1757 MUST_USE_RESULT HeapObject* Allocate(int size_in_bytes);
1776 MUST_USE_RESULT FreeSpace* TryRemoveMemory(intptr_t hint_size_in_bytes);
1922 MUST_USE_RESULT inline AllocationResult AllocateRawAligned(
2038 MUST_USE_RESULT inline AllocationResult AllocateRawUnaligned(
2041 MUST_USE_RESULT inline AllocationResult AllocateRawUnalignedSynchronized(
2046 MUST_USE_RESULT inline AllocationResult AllocateRawAligned(
2051 MUST_USE_RESULT inline AllocationResult AllocateRaw(
2195 MUST_USE_RESULT virtual HeapObject* SweepAndRetryAllocation(
[all …]
/external/v8/src/
Dobjects.h1055 MUST_USE_RESULT static Maybe<bool> IsArray(Handle<Object> object);
1127 MUST_USE_RESULT static Maybe<ComparisonResult> Compare(
1131 MUST_USE_RESULT static Maybe<bool> Equals(Handle<Object> x, Handle<Object> y);
1140 MUST_USE_RESULT static MaybeHandle<JSReceiver> ToObject(
1144 MUST_USE_RESULT static MaybeHandle<Name> ToName(Isolate* isolate,
1148 MUST_USE_RESULT static inline MaybeHandle<Object> ToPrimitive(
1152 MUST_USE_RESULT static MaybeHandle<Object> ToNumber(Handle<Object> input);
1155 MUST_USE_RESULT static MaybeHandle<Object> ToInteger(Isolate* isolate,
1159 MUST_USE_RESULT static MaybeHandle<Object> ToInt32(Isolate* isolate,
1163 MUST_USE_RESULT static MaybeHandle<Object> ToUint32(Isolate* isolate,
[all …]
Dapi-natives.h22 MUST_USE_RESULT static MaybeHandle<JSFunction> InstantiateFunction(
25 MUST_USE_RESULT static MaybeHandle<JSObject> InstantiateObject(
28 MUST_USE_RESULT static MaybeHandle<FunctionTemplateInfo> ConfigureInstance(
Dexecution.h24 MUST_USE_RESULT static MaybeHandle<Object> Call(Isolate* isolate,
32 MUST_USE_RESULT static MaybeHandle<Object> New(Handle<JSFunction> constructor,
35 MUST_USE_RESULT static MaybeHandle<Object> New(Isolate* isolate,
53 MUST_USE_RESULT static MaybeHandle<JSReceiver> ToObject(Isolate* isolate,
Dcompiler.h571 MUST_USE_RESULT Status CreateGraph();
572 MUST_USE_RESULT Status OptimizeGraph();
573 MUST_USE_RESULT Status GenerateCode();
607 MUST_USE_RESULT Status SetLastStatus(Status status) { in SetLastStatus()
644 MUST_USE_RESULT static MaybeHandle<Code> GetUnoptimizedCode(
646 MUST_USE_RESULT static MaybeHandle<Code> GetLazyCode(
662 MUST_USE_RESULT static MaybeHandle<JSFunction> GetFunctionFromEval(
691 MUST_USE_RESULT static MaybeHandle<Code> GetOptimizedCode(
Dfactory.h106 MUST_USE_RESULT MaybeHandle<String> NewStringFromOneByte(
142 MUST_USE_RESULT inline MaybeHandle<String> NewStringFromAscii(
150 MUST_USE_RESULT MaybeHandle<String> NewStringFromUtf8(
154 MUST_USE_RESULT MaybeHandle<String> NewStringFromTwoByte(
178 MUST_USE_RESULT MaybeHandle<Map> InternalizedStringMapForString(
184 MUST_USE_RESULT MaybeHandle<SeqOneByteString> NewRawOneByteString(
187 MUST_USE_RESULT MaybeHandle<SeqTwoByteString> NewRawTwoByteString(
196 MUST_USE_RESULT MaybeHandle<String> NewConsString(Handle<String> left,
215 MUST_USE_RESULT MaybeHandle<String> NewExternalStringFromOneByte(
217 MUST_USE_RESULT MaybeHandle<String> NewExternalStringFromTwoByte(
Dlayout-descriptor.h127 V8_INLINE MUST_USE_RESULT LayoutDescriptor* SetRawData(int field_index);
129 V8_INLINE MUST_USE_RESULT LayoutDescriptor* SetTagged(int field_index,
Daccessors.h76 MUST_USE_RESULT static MaybeHandle<Object> FunctionSetPrototype(
Djson-stringifier.h21 MUST_USE_RESULT MaybeHandle<Object> Stringify(Handle<Object> object);
23 MUST_USE_RESULT INLINE(static MaybeHandle<Object> StringifyString(
30 MUST_USE_RESULT MaybeHandle<Object> ApplyToJsonFunction(
/external/v8/src/debug/
Ddebug-scopes.h45 MUST_USE_RESULT MaybeHandle<JSObject> MaterializeScopeDetails();
115 MUST_USE_RESULT MaybeHandle<JSObject> MaterializeScriptScope();
116 MUST_USE_RESULT MaybeHandle<JSObject> MaterializeLocalScope();
117 MUST_USE_RESULT MaybeHandle<JSObject> MaterializeModuleScope();
Ddebug.h377 MUST_USE_RESULT MaybeHandle<Object> Call(Handle<Object> fun,
521 MUST_USE_RESULT MaybeHandle<Object> MakeExecutionState();
522 MUST_USE_RESULT MaybeHandle<Object> MakeBreakEvent(
524 MUST_USE_RESULT MaybeHandle<Object> MakeExceptionEvent(
528 MUST_USE_RESULT MaybeHandle<Object> MakeCompileEvent(
530 MUST_USE_RESULT MaybeHandle<Object> MakePromiseEvent(
532 MUST_USE_RESULT MaybeHandle<Object> MakeAsyncTaskEvent(
/external/v8/src/runtime/
Druntime-uri.cc20 MUST_USE_RESULT static MaybeHandle<String> Unescape(Isolate* isolate,
27 MUST_USE_RESULT static MaybeHandle<String> UnescapeSlow(Isolate* isolate,
157 MUST_USE_RESULT static MaybeHandle<String> Escape(Isolate* isolate,
Druntime-literals.cc36 MUST_USE_RESULT static MaybeHandle<Object> CreateLiteralBoilerplate(
41 MUST_USE_RESULT static MaybeHandle<Object> CreateObjectLiteralBoilerplate( in CreateObjectLiteralBoilerplate()
215 MUST_USE_RESULT static MaybeHandle<Object> CreateLiteralBoilerplate( in CreateLiteralBoilerplate()
310 MUST_USE_RESULT static MaybeHandle<AllocationSite> GetLiteralAllocationSite( in GetLiteralAllocationSite()
/external/v8/src/interpreter/
Dbytecode-generator.h72 MUST_USE_RESULT Register
94 MUST_USE_RESULT Register VisitForRegisterValue(Expression* expression);
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.h2682 MUST_USE_RESULT LOperand* Use(HValue* value, LUnallocated* operand);
2683 MUST_USE_RESULT LOperand* UseFixed(HValue* value, Register fixed_register);
2684 MUST_USE_RESULT LOperand* UseFixedDouble(HValue* value,
2695 MUST_USE_RESULT LOperand* UseRegister(HValue* value);
2696 MUST_USE_RESULT LOperand* UseRegisterAtStart(HValue* value);
2699 MUST_USE_RESULT LOperand* UseTempRegister(HValue* value);
2702 MUST_USE_RESULT LOperand* Use(HValue* value);
2703 MUST_USE_RESULT LOperand* UseAtStart(HValue* value);
2706 MUST_USE_RESULT LOperand* UseOrConstant(HValue* value);
2707 MUST_USE_RESULT LOperand* UseOrConstantAtStart(HValue* value);
[all …]
/external/v8/src/crankshaft/mips/
Dlithium-mips.h2652 MUST_USE_RESULT LOperand* Use(HValue* value, LUnallocated* operand);
2653 MUST_USE_RESULT LOperand* UseFixed(HValue* value, Register fixed_register);
2654 MUST_USE_RESULT LOperand* UseFixedDouble(HValue* value,
2665 MUST_USE_RESULT LOperand* UseRegister(HValue* value);
2666 MUST_USE_RESULT LOperand* UseRegisterAtStart(HValue* value);
2669 MUST_USE_RESULT LOperand* UseTempRegister(HValue* value);
2672 MUST_USE_RESULT LOperand* Use(HValue* value);
2673 MUST_USE_RESULT LOperand* UseAtStart(HValue* value);
2676 MUST_USE_RESULT LOperand* UseOrConstant(HValue* value);
2677 MUST_USE_RESULT LOperand* UseOrConstantAtStart(HValue* value);
[all …]
/external/v8/src/crankshaft/x64/
Dlithium-x64.h2668 MUST_USE_RESULT LOperand* Use(HValue* value, LUnallocated* operand);
2669 MUST_USE_RESULT LOperand* UseFixed(HValue* value, Register fixed_register);
2670 MUST_USE_RESULT LOperand* UseFixedDouble(HValue* value,
2681 MUST_USE_RESULT LOperand* UseRegister(HValue* value);
2682 MUST_USE_RESULT LOperand* UseRegisterAtStart(HValue* value);
2685 MUST_USE_RESULT LOperand* UseTempRegister(HValue* value);
2688 MUST_USE_RESULT LOperand* UseTempRegisterOrConstant(HValue* value);
2691 MUST_USE_RESULT LOperand* Use(HValue* value);
2692 MUST_USE_RESULT LOperand* UseAtStart(HValue* value);
2695 MUST_USE_RESULT LOperand* UseOrConstant(HValue* value);
[all …]
/external/v8/src/crankshaft/arm/
Dlithium-arm.h2695 MUST_USE_RESULT LOperand* Use(HValue* value, LUnallocated* operand);
2696 MUST_USE_RESULT LOperand* UseFixed(HValue* value, Register fixed_register);
2697 MUST_USE_RESULT LOperand* UseFixedDouble(HValue* value,
2708 MUST_USE_RESULT LOperand* UseRegister(HValue* value);
2709 MUST_USE_RESULT LOperand* UseRegisterAtStart(HValue* value);
2712 MUST_USE_RESULT LOperand* UseTempRegister(HValue* value);
2715 MUST_USE_RESULT LOperand* Use(HValue* value);
2716 MUST_USE_RESULT LOperand* UseAtStart(HValue* value);
2719 MUST_USE_RESULT LOperand* UseOrConstant(HValue* value);
2720 MUST_USE_RESULT LOperand* UseOrConstantAtStart(HValue* value);
[all …]
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.h2698 MUST_USE_RESULT LOperand* Use(HValue* value, LUnallocated* operand);
2699 MUST_USE_RESULT LOperand* UseFixed(HValue* value, Register fixed_register);
2700 MUST_USE_RESULT LOperand* UseFixedDouble(HValue* value,
2711 MUST_USE_RESULT LOperand* UseRegister(HValue* value);
2712 MUST_USE_RESULT LOperand* UseRegisterAtStart(HValue* value);
2715 MUST_USE_RESULT LOperand* UseTempRegister(HValue* value);
2718 MUST_USE_RESULT LOperand* Use(HValue* value);
2719 MUST_USE_RESULT LOperand* UseAtStart(HValue* value);
2722 MUST_USE_RESULT LOperand* UseOrConstant(HValue* value);
2723 MUST_USE_RESULT LOperand* UseOrConstantAtStart(HValue* value);
[all …]
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.h2578 MUST_USE_RESULT LOperand* Use(HValue* value, LUnallocated* operand);
2579 MUST_USE_RESULT LOperand* UseFixed(HValue* value, Register fixed_register);
2580 MUST_USE_RESULT LOperand* UseFixedDouble(HValue* value,
2591 MUST_USE_RESULT LOperand* UseRegister(HValue* value);
2592 MUST_USE_RESULT LOperand* UseRegisterAtStart(HValue* value);
2595 MUST_USE_RESULT LOperand* UseTempRegister(HValue* value);
2598 MUST_USE_RESULT LOperand* Use(HValue* value);
2599 MUST_USE_RESULT LOperand* UseAtStart(HValue* value);
2602 MUST_USE_RESULT LOperand* UseOrConstant(HValue* value);
2603 MUST_USE_RESULT LOperand* UseOrConstantAtStart(HValue* value);
[all …]
/external/v8/src/crankshaft/x87/
Dlithium-x87.h2696 MUST_USE_RESULT LOperand* Use(HValue* value, LUnallocated* operand);
2697 MUST_USE_RESULT LOperand* UseFixed(HValue* value, Register fixed_register);
2707 MUST_USE_RESULT LOperand* UseRegister(HValue* value);
2708 MUST_USE_RESULT LOperand* UseRegisterAtStart(HValue* value);
2711 MUST_USE_RESULT LOperand* UseTempRegister(HValue* value);
2714 MUST_USE_RESULT LOperand* Use(HValue* value);
2715 MUST_USE_RESULT LOperand* UseAtStart(HValue* value);
2718 MUST_USE_RESULT LOperand* UseOrConstant(HValue* value);
2719 MUST_USE_RESULT LOperand* UseOrConstantAtStart(HValue* value);
2722 MUST_USE_RESULT LOperand* UseFixedOrConstant(HValue* value,
[all …]
/external/v8/src/ast/
Dscopes.h764 MUST_USE_RESULT
767 MUST_USE_RESULT
804 MUST_USE_RESULT
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.h3029 MUST_USE_RESULT LOperand* Use(HValue* value, LUnallocated* operand);
3030 MUST_USE_RESULT LOperand* UseFixed(HValue* value, Register fixed_register);
3031 MUST_USE_RESULT LOperand* UseFixedDouble(HValue* value,
3038 MUST_USE_RESULT LOperand* UseRegister(HValue* value);
3047 MUST_USE_RESULT LOperand* UseRegisterAndClobber(HValue* value);
3053 MUST_USE_RESULT LOperand* UseRegisterAtStart(HValue* value);
3056 MUST_USE_RESULT LOperand* UseRegisterOrConstant(HValue* value);
3057 MUST_USE_RESULT LOperand* UseRegisterOrConstantAtStart(HValue* value);
3060 MUST_USE_RESULT LConstantOperand* UseConstant(HValue* value);
3064 virtual MUST_USE_RESULT LOperand* UseAny(HValue* value);
[all …]
/external/v8/src/ic/
Dic.h333 MUST_USE_RESULT MaybeHandle<Object> Load(Handle<Object> object,
397 MUST_USE_RESULT MaybeHandle<Object> Load(Handle<Object> object,
469 MUST_USE_RESULT MaybeHandle<Object> Store(
542 MUST_USE_RESULT MaybeHandle<Object> Store(Handle<Object> object,

123