Searched refs:MUST_USE_RESULT (Results 1 – 25 of 56) sorted by relevance
123
/external/v8/src/heap/ |
D | heap.h | 1463 MUST_USE_RESULT HeapObject* PrecedeWithFiller(HeapObject* object, 1469 MUST_USE_RESULT HeapObject* AlignWithFiller(HeapObject* object, 1941 MUST_USE_RESULT AllocationResult CopyJSObject(JSObject* source, 1945 MUST_USE_RESULT AllocationResult 1953 MUST_USE_RESULT AllocationResult AllocateJSObject( 1960 MUST_USE_RESULT AllocationResult 1965 MUST_USE_RESULT AllocationResult AllocateHeapNumber( 1969 MUST_USE_RESULT AllocationResult 1973 MUST_USE_RESULT AllocationResult 1977 MUST_USE_RESULT AllocationResult CopyCode(Code* code); [all …]
|
D | spaces.h | 979 MUST_USE_RESULT Address AllocateRawMemory(const size_t requested_size, 1322 MUST_USE_RESULT bool CommitExecutableMemory(base::VirtualMemory* vm, 1706 MUST_USE_RESULT HeapObject* Allocate(size_t size_in_bytes); 1891 MUST_USE_RESULT inline AllocationResult AllocateRawAligned( 1998 MUST_USE_RESULT inline AllocationResult AllocateRawUnaligned( in NON_EXPORTED_BASE() 2001 MUST_USE_RESULT inline AllocationResult AllocateRawUnalignedSynchronized( in NON_EXPORTED_BASE() 2006 MUST_USE_RESULT inline AllocationResult AllocateRawAligned( in NON_EXPORTED_BASE() 2011 MUST_USE_RESULT inline AllocationResult AllocateRaw( in NON_EXPORTED_BASE() 2148 MUST_USE_RESULT virtual HeapObject* SweepAndRetryAllocation( in NON_EXPORTED_BASE() 2152 MUST_USE_RESULT HeapObject* SlowAllocateRaw(int size_in_bytes); in NON_EXPORTED_BASE() [all …]
|
/external/v8/src/ |
D | compiler.h | 98 MUST_USE_RESULT static MaybeHandle<JSFunction> GetFunctionFromEval( 107 MUST_USE_RESULT static MaybeHandle<JSFunction> GetFunctionFromString( 143 MUST_USE_RESULT static MaybeHandle<Code> GetOptimizedCodeForOSR( 174 MUST_USE_RESULT Status PrepareJob(); 178 MUST_USE_RESULT Status ExecuteJob(); 181 MUST_USE_RESULT Status FinalizeJob(); 229 MUST_USE_RESULT Status UpdateState(Status status, State next_state) { in UpdateState()
|
D | objects.h | 1162 MUST_USE_RESULT static Maybe<bool> IsArray(Handle<Object> object); 1210 MUST_USE_RESULT static Maybe<ComparisonResult> Compare(Handle<Object> x, 1214 MUST_USE_RESULT static Maybe<bool> Equals(Handle<Object> x, Handle<Object> y); 1221 MUST_USE_RESULT static inline MaybeHandle<JSReceiver> ToObject( 1223 MUST_USE_RESULT static MaybeHandle<JSReceiver> ToObject( 1227 MUST_USE_RESULT static MaybeHandle<JSReceiver> ConvertReceiver( 1231 MUST_USE_RESULT static inline MaybeHandle<Name> ToName(Isolate* isolate, 1235 MUST_USE_RESULT static inline MaybeHandle<Object> ToPrimitive( 1239 MUST_USE_RESULT static inline MaybeHandle<Object> ToNumber( 1243 MUST_USE_RESULT static inline MaybeHandle<Object> ToInteger( [all …]
|
D | api-natives.h | 22 MUST_USE_RESULT static MaybeHandle<JSFunction> InstantiateFunction( 25 MUST_USE_RESULT static MaybeHandle<JSObject> InstantiateObject( 29 MUST_USE_RESULT static MaybeHandle<JSObject> InstantiateRemoteObject(
|
D | factory.h | 43 MUST_USE_RESULT 151 MUST_USE_RESULT MaybeHandle<String> NewStringFromOneByte( 186 MUST_USE_RESULT inline MaybeHandle<String> NewStringFromAscii( 194 MUST_USE_RESULT MaybeHandle<String> NewStringFromUtf8( 197 MUST_USE_RESULT MaybeHandle<String> NewStringFromUtf8SubString( 201 MUST_USE_RESULT MaybeHandle<String> NewStringFromTwoByte( 204 MUST_USE_RESULT MaybeHandle<String> NewStringFromTwoByte( 229 MUST_USE_RESULT MaybeHandle<Map> InternalizedStringMapForString( 240 MUST_USE_RESULT MaybeHandle<SeqOneByteString> NewRawOneByteString( 243 MUST_USE_RESULT MaybeHandle<SeqTwoByteString> NewRawTwoByteString( [all …]
|
D | json-stringifier.h | 20 MUST_USE_RESULT MaybeHandle<Object> Stringify(Handle<Object> object, 30 MUST_USE_RESULT MaybeHandle<Object> ApplyToJsonFunction( 33 MUST_USE_RESULT MaybeHandle<Object> ApplyReplacerFunction(
|
D | execution.h | 30 V8_EXPORT_PRIVATE MUST_USE_RESULT static MaybeHandle<Object> Call( 36 MUST_USE_RESULT static MaybeHandle<Object> New(Handle<JSFunction> constructor, 39 MUST_USE_RESULT static MaybeHandle<Object> New(Isolate* isolate,
|
D | layout-descriptor.h | 128 V8_INLINE MUST_USE_RESULT LayoutDescriptor* SetRawData(int field_index); 130 V8_INLINE MUST_USE_RESULT LayoutDescriptor* SetTagged(int field_index,
|
D | prototype.h | 143 MUST_USE_RESULT bool AdvanceFollowingProxies() { in AdvanceFollowingProxies() 154 MUST_USE_RESULT bool AdvanceFollowingProxiesIgnoringAccessChecks() { in AdvanceFollowingProxiesIgnoringAccessChecks()
|
/external/v8/src/regexp/ |
D | regexp-utils.h | 24 static MUST_USE_RESULT MaybeHandle<Object> SetLastIndex( 26 static MUST_USE_RESULT MaybeHandle<Object> GetLastIndex( 30 static MUST_USE_RESULT MaybeHandle<Object> RegExpExec( 46 static MUST_USE_RESULT MaybeHandle<Object> SetAdvancedStringIndex(
|
/external/v8/src/debug/ |
D | debug-scopes.h | 50 MUST_USE_RESULT MaybeHandle<JSObject> MaterializeScopeDetails(); 116 MUST_USE_RESULT MaybeHandle<JSObject> MaterializeScriptScope(); 117 MUST_USE_RESULT MaybeHandle<JSObject> MaterializeLocalScope(); 118 MUST_USE_RESULT MaybeHandle<JSObject> MaterializeModuleScope();
|
D | debug.h | 274 MUST_USE_RESULT MaybeHandle<Object> Call(Handle<Object> fun, 460 MUST_USE_RESULT MaybeHandle<Object> MakeExecutionState(); 461 MUST_USE_RESULT MaybeHandle<Object> MakeBreakEvent( 463 MUST_USE_RESULT MaybeHandle<Object> MakeExceptionEvent( 467 MUST_USE_RESULT MaybeHandle<Object> MakeCompileEvent( 469 MUST_USE_RESULT MaybeHandle<Object> MakeAsyncTaskEvent(
|
/external/v8/src/builtins/ |
D | builtins-utils.h | 84 MUST_USE_RESULT static Object* Builtin_Impl_##name(BuiltinArguments args, \ 96 MUST_USE_RESULT Object* Builtin_##name( \ 106 MUST_USE_RESULT static Object* Builtin_Impl_##name(BuiltinArguments args, \
|
/external/v8/src/ic/ |
D | ic.h | 291 MUST_USE_RESULT MaybeHandle<Object> Load(Handle<Object> object, 331 MUST_USE_RESULT MaybeHandle<Object> Load(Handle<Name> name); 346 MUST_USE_RESULT MaybeHandle<Object> Load(Handle<Object> object, 369 MUST_USE_RESULT MaybeHandle<Object> Store( 416 MUST_USE_RESULT MaybeHandle<Object> Store(Handle<Object> object,
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.h | 2404 MUST_USE_RESULT LOperand* Use(HValue* value, LUnallocated* operand); 2405 MUST_USE_RESULT LOperand* UseFixed(HValue* value, Register fixed_register); 2406 MUST_USE_RESULT LOperand* UseFixedDouble(HValue* value, 2417 MUST_USE_RESULT LOperand* UseRegister(HValue* value); 2418 MUST_USE_RESULT LOperand* UseRegisterAtStart(HValue* value); 2421 MUST_USE_RESULT LOperand* UseTempRegister(HValue* value); 2424 MUST_USE_RESULT LOperand* Use(HValue* value); 2425 MUST_USE_RESULT LOperand* UseAtStart(HValue* value); 2428 MUST_USE_RESULT LOperand* UseOrConstant(HValue* value); 2429 MUST_USE_RESULT LOperand* UseOrConstantAtStart(HValue* value); [all …]
|
/external/v8/src/crankshaft/x64/ |
D | lithium-x64.h | 2398 MUST_USE_RESULT LOperand* Use(HValue* value, LUnallocated* operand); 2399 MUST_USE_RESULT LOperand* UseFixed(HValue* value, Register fixed_register); 2400 MUST_USE_RESULT LOperand* UseFixedDouble(HValue* value, 2411 MUST_USE_RESULT LOperand* UseRegister(HValue* value); 2412 MUST_USE_RESULT LOperand* UseRegisterAtStart(HValue* value); 2415 MUST_USE_RESULT LOperand* UseTempRegister(HValue* value); 2418 MUST_USE_RESULT LOperand* UseTempRegisterOrConstant(HValue* value); 2421 MUST_USE_RESULT LOperand* Use(HValue* value); 2422 MUST_USE_RESULT LOperand* UseAtStart(HValue* value); 2425 MUST_USE_RESULT LOperand* UseOrConstant(HValue* value); [all …]
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.h | 2401 MUST_USE_RESULT LOperand* Use(HValue* value, LUnallocated* operand); 2402 MUST_USE_RESULT LOperand* UseFixed(HValue* value, Register fixed_register); 2403 MUST_USE_RESULT LOperand* UseFixedDouble(HValue* value, 2414 MUST_USE_RESULT LOperand* UseRegister(HValue* value); 2415 MUST_USE_RESULT LOperand* UseRegisterAtStart(HValue* value); 2418 MUST_USE_RESULT LOperand* UseTempRegister(HValue* value); 2421 MUST_USE_RESULT LOperand* Use(HValue* value); 2422 MUST_USE_RESULT LOperand* UseAtStart(HValue* value); 2425 MUST_USE_RESULT LOperand* UseOrConstant(HValue* value); 2426 MUST_USE_RESULT LOperand* UseOrConstantAtStart(HValue* value); [all …]
|
/external/v8/src/crankshaft/s390/ |
D | lithium-s390.h | 2159 MUST_USE_RESULT LOperand* Use(HValue* value, LUnallocated* operand); 2160 MUST_USE_RESULT LOperand* UseFixed(HValue* value, Register fixed_register); 2161 MUST_USE_RESULT LOperand* UseFixedDouble(HValue* value, 2172 MUST_USE_RESULT LOperand* UseRegister(HValue* value); 2173 MUST_USE_RESULT LOperand* UseRegisterAtStart(HValue* value); 2176 MUST_USE_RESULT LOperand* UseTempRegister(HValue* value); 2179 MUST_USE_RESULT LOperand* Use(HValue* value); 2180 MUST_USE_RESULT LOperand* UseAtStart(HValue* value); 2183 MUST_USE_RESULT LOperand* UseOrConstant(HValue* value); 2184 MUST_USE_RESULT LOperand* UseOrConstantAtStart(HValue* value); [all …]
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-ia32.h | 2412 MUST_USE_RESULT LOperand* Use(HValue* value, LUnallocated* operand); 2413 MUST_USE_RESULT LOperand* UseFixed(HValue* value, Register fixed_register); 2414 MUST_USE_RESULT LOperand* UseFixedDouble(HValue* value, 2425 MUST_USE_RESULT LOperand* UseRegister(HValue* value); 2426 MUST_USE_RESULT LOperand* UseRegisterAtStart(HValue* value); 2429 MUST_USE_RESULT LOperand* UseTempRegister(HValue* value); 2432 MUST_USE_RESULT LOperand* Use(HValue* value); 2433 MUST_USE_RESULT LOperand* UseAtStart(HValue* value); 2436 MUST_USE_RESULT LOperand* UseOrConstant(HValue* value); 2437 MUST_USE_RESULT LOperand* UseOrConstantAtStart(HValue* value); [all …]
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.h | 2327 MUST_USE_RESULT LOperand* Use(HValue* value, LUnallocated* operand); 2328 MUST_USE_RESULT LOperand* UseFixed(HValue* value, Register fixed_register); 2329 MUST_USE_RESULT LOperand* UseFixedDouble(HValue* value, 2340 MUST_USE_RESULT LOperand* UseRegister(HValue* value); 2341 MUST_USE_RESULT LOperand* UseRegisterAtStart(HValue* value); 2344 MUST_USE_RESULT LOperand* UseTempRegister(HValue* value); 2347 MUST_USE_RESULT LOperand* Use(HValue* value); 2348 MUST_USE_RESULT LOperand* UseAtStart(HValue* value); 2351 MUST_USE_RESULT LOperand* UseOrConstant(HValue* value); 2352 MUST_USE_RESULT LOperand* UseOrConstantAtStart(HValue* value); [all …]
|
/external/v8/src/crankshaft/mips/ |
D | lithium-mips.h | 2358 MUST_USE_RESULT LOperand* Use(HValue* value, LUnallocated* operand); 2359 MUST_USE_RESULT LOperand* UseFixed(HValue* value, Register fixed_register); 2360 MUST_USE_RESULT LOperand* UseFixedDouble(HValue* value, 2371 MUST_USE_RESULT LOperand* UseRegister(HValue* value); 2372 MUST_USE_RESULT LOperand* UseRegisterAtStart(HValue* value); 2375 MUST_USE_RESULT LOperand* UseTempRegister(HValue* value); 2378 MUST_USE_RESULT LOperand* Use(HValue* value); 2379 MUST_USE_RESULT LOperand* UseAtStart(HValue* value); 2382 MUST_USE_RESULT LOperand* UseOrConstant(HValue* value); 2383 MUST_USE_RESULT LOperand* UseOrConstantAtStart(HValue* value); [all …]
|
/external/v8/src/runtime/ |
D | runtime-literals.cc | 27 MUST_USE_RESULT static MaybeHandle<Object> CreateLiteralBoilerplate( 31 MUST_USE_RESULT static MaybeHandle<Object> CreateObjectLiteralBoilerplate( in CreateObjectLiteralBoilerplate() 179 MUST_USE_RESULT static MaybeHandle<Object> CreateLiteralBoilerplate( in CreateLiteralBoilerplate() 276 MUST_USE_RESULT static MaybeHandle<AllocationSite> GetLiteralAllocationSite( in GetLiteralAllocationSite()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-x87.h | 2408 MUST_USE_RESULT LOperand* Use(HValue* value, LUnallocated* operand); 2409 MUST_USE_RESULT LOperand* UseFixed(HValue* value, Register fixed_register); 2419 MUST_USE_RESULT LOperand* UseRegister(HValue* value); 2420 MUST_USE_RESULT LOperand* UseRegisterAtStart(HValue* value); 2423 MUST_USE_RESULT LOperand* UseTempRegister(HValue* value); 2426 MUST_USE_RESULT LOperand* Use(HValue* value); 2427 MUST_USE_RESULT LOperand* UseAtStart(HValue* value); 2430 MUST_USE_RESULT LOperand* UseOrConstant(HValue* value); 2431 MUST_USE_RESULT LOperand* UseOrConstantAtStart(HValue* value); 2434 MUST_USE_RESULT LOperand* UseFixedOrConstant(HValue* value, [all …]
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.h | 2721 MUST_USE_RESULT LOperand* Use(HValue* value, LUnallocated* operand); 2722 MUST_USE_RESULT LOperand* UseFixed(HValue* value, Register fixed_register); 2723 MUST_USE_RESULT LOperand* UseFixedDouble(HValue* value, 2730 MUST_USE_RESULT LOperand* UseRegister(HValue* value); 2739 MUST_USE_RESULT LOperand* UseRegisterAndClobber(HValue* value); 2745 MUST_USE_RESULT LOperand* UseRegisterAtStart(HValue* value); 2748 MUST_USE_RESULT LOperand* UseRegisterOrConstant(HValue* value); 2749 MUST_USE_RESULT LOperand* UseRegisterOrConstantAtStart(HValue* value); 2752 MUST_USE_RESULT LConstantOperand* UseConstant(HValue* value); 2756 virtual MUST_USE_RESULT LOperand* UseAny(HValue* value); [all …]
|
123