/external/v8/test/cctest/compiler/ |
D | test-run-jsobjects.cc | 15 T.Call(T.Val(19), T.Val(23), T.Val(42), T.Val(65)).ToHandle(&arguments); in TEST() 28 T.Call(T.Val(19), T.Val(23), T.Val(42), T.Val(65)).ToHandle(&arguments); in TEST() 41 T.Call(T.Val(19), T.Val(23), T.Val(42), T.Val(65)).ToHandle(&arguments); in TEST()
|
/external/v8/src/runtime/ |
D | runtime-forin.cc | 31 if (!Object::ToName(isolate, key).ToHandle(&name)) { in RUNTIME_FUNCTION() 56 if (!Object::ToName(isolate, key).ToHandle(&name)) { in RUNTIME_FUNCTION()
|
D | runtime-compiler.cc | 56 if (Compiler::GetOptimizedCode(function, unoptimized, mode).ToHandle(&code)) { in CompileOptimized() 287 if (maybe_result.ToHandle(&result) && in RUNTIME_FUNCTION() 390 if (maybe_error.ToHandle(&error)) isolate->Throw(*error); in CompileGlobalEval()
|
/external/v8/src/compiler/ |
D | js-context-specialization.cc | 46 if (!GetSpecializationContext(node).ToHandle(&context)) return NoChange(); in ReduceJSLoadContext() 91 if (!GetSpecializationContext(node).ToHandle(&context)) return NoChange(); in ReduceJSStoreContext()
|
D | access-info.cc | 181 if (Map::TryUpdate(map).ToHandle(&map)) { in ComputeElementAccessInfos() 194 if (Map::TryUpdate(map).ToHandle(&map)) { in ComputeElementAccessInfos() 325 .ToHandle(&constructor)) { in ComputePropertyAccessInfo() 362 if (Map::TryUpdate(map).ToHandle(&map)) { in ComputePropertyAccessInfos() 436 .ToHandle(&transition_map)) { in LookupTransition()
|
D | js-native-context-specialization.cc | 74 if (!GetNativeContext(node).ToHandle(&native_context)) return NoChange(); in ReduceNamedAccess() 191 if (access_info.holder().ToHandle(&holder)) { in ReduceNamedAccess() 247 access_info.holder().ToHandle(&holder)) { in ReduceNamedAccess() 366 if (access_info.transition_map().ToHandle(&transition_map)) { in ReduceNamedAccess() 502 if (!GetNativeContext(node).ToHandle(&native_context)) return NoChange(); in ReduceElementAccess() 631 if (access_info.holder().ToHandle(&holder)) { in ReduceElementAccess() 898 if (Object::ToName(isolate(), mindex.Value()).ToHandle(&name)) { in ReduceKeyedAccess() 969 .ToHandle(&constructor)) { in AssumePrototypesStable()
|
D | frame-states.cc | 73 if (info.shared_info().ToHandle(&shared_info)) { in operator <<()
|
D | js-global-object-specialization.cc | 61 if (!GetGlobalObject(node).ToHandle(&global_object)) return NoChange(); in ReduceJSLoadGlobal() 152 if (!GetGlobalObject(node).ToHandle(&global_object)) return NoChange(); in ReduceJSStoreGlobal()
|
D | js-call-reducer.cc | 146 if (!state_info.shared_info().ToHandle(&shared)) return NoChange(); in ReduceFunctionPrototypeApply() 315 if (GetNativeContext(node).ToHandle(&native_context)) { in ReduceJSCallFunction() 458 if (GetNativeContext(node).ToHandle(&native_context)) { in ReduceJSCallConstruct()
|
/external/v8/src/ic/ |
D | ic-inl.h | 138 .ToHandle(&builtin_ctor)) { in GetHandlerCacheHolder() 154 .ToHandle(&builtin_ctor)) { in GetICCacheHolder()
|
/external/v8/src/ |
D | messages.cc | 102 if (!maybe_stringified.ToHandle(&stringified)) { in ReportMessage() 228 if (!maybe.ToHandle(&receiver) || !receiver->IsJSObject()) { in GetMethodName() 336 if (!maybe_result.ToHandle(&result) || !result->IsString()) { in FormatMessage() 344 if (!maybe_result_string.ToHandle(&result_string)) { in FormatMessage()
|
D | compiler.cc | 1071 Compiler::NOT_CONCURRENT).ToHandle(&opt_code)) { in GetLazyCode() 1084 if (!maybe_code.ToHandle(&code)) { in Compile() 1374 if (!maybe_shared_info.ToHandle(&shared_info)) { in GetFunctionFromEval() 1475 .ToHandle(&result)) { in CompileScript() 1490 if (!maybe_result.ToHandle(&result)) { in CompileScript() 1602 if (maybe_existing.ToHandle(&existing) && existing->is_compiled()) { in GetSharedFunctionInfo() 1715 function, osr_ast_id).ToHandle(&cached_code)) { in GetOptimizedCode() 1735 if (!GetUnoptimizedCodeCommon(&unoptimized).ToHandle(¤t_code)) { in GetOptimizedCode()
|
D | prototype.h | 149 return proto.ToHandle(&handle_); in AdvanceFollowingProxies()
|
D | compilation-dependencies.cc | 134 if (prototype.ToHandle(&last) && last.is_identical_to(current)) { in AssumePrototypeMapsStable()
|
D | execution.cc | 427 if (JSReceiver::ToObject(isolate, obj).ToHandle(&receiver)) { in ToObject() 446 if (!maybe_result.ToHandle(&result) || !result->IsString()) { in GetStackTraceLine()
|
D | api.cc | 1916 .ToHandle(&source_string); in CompileFunctionInContext() 1922 ',')).ToHandle(&source_string); in CompileFunctionInContext() 1927 .ToHandle(&source_string); in CompileFunctionInContext() 1937 .ToHandle(&source_string); in CompileFunctionInContext() 1942 !factory->NewConsString(source_string, brackets).ToHandle(&source_string); in CompileFunctionInContext() 1973 source->resource_options).ToHandle(&fun); in CompileFunctionInContext() 1983 nullptr).ToHandle(&result); in CompileFunctionInContext() 2321 .ToHandle(&result); in GetLineNumber() 2354 .ToHandle(&result); in GetStartColumn() 2376 .ToHandle(&result); in GetEndColumn() [all …]
|
/external/v8/src/debug/ |
D | debug.cc | 571 .ToHandle(&result)) { in CheckBreakPoint() 1629 exception, uncaught, promise).ToHandle(&event_data)) { in OnException() 1650 if (!MakeBreakEvent(break_points_hit).ToHandle(&event_data)) return; in OnDebugBreak() 1685 if (!MakePromiseEvent(data).ToHandle(&event_data)) return; in OnPromiseEvent() 1704 if (!MakeAsyncTaskEvent(data).ToHandle(&event_data)) return; in OnAsyncTaskEvent() 1721 if (!MakeExecutionState().ToHandle(&exec_state)) return; in ProcessDebugEvent() 1797 if (!MakeCompileEvent(script, event).ToHandle(&event_data)) return; in ProcessCompileEvent() 1806 if (!MakeExecutionState().ToHandle(&exec_state)) return; in ProcessCompileEvent() 1917 if (maybe_result.ToHandle(&answer_value)) { in NotifyMessageHandler() 1934 if (!maybe_result.ToHandle(&result)) break; in NotifyMessageHandler() [all …]
|
D | debug-evaluate.cc | 344 if (!LoadFromContext(context, name, &global).ToHandle(&value) || global) { in MaterializeContextChain() 398 LoadFromContext(lookup_context, this_string, &global).ToHandle(&receiver); in MaterializeReceiver()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-gap-resolver-arm64.cc | 235 __ LoadObject(dst, cgen_->ToHandle(constant_source)); in EmitMove() 251 Handle<Object> handle = cgen_->ToHandle(constant_source); in EmitMove()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-gap-resolver-ppc.cc | 224 __ Move(dst, cgen_->ToHandle(constant_source)); in EmitMove() 236 __ Move(kSavedValueRegister, cgen_->ToHandle(constant_source)); in EmitMove()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-gap-resolver-mips64.cc | 235 __ li(dst, cgen_->ToHandle(constant_source)); in EmitMove() 251 __ li(kLithiumScratchReg, cgen_->ToHandle(constant_source)); in EmitMove()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-gap-resolver-arm.cc | 242 __ Move(dst, cgen_->ToHandle(constant_source)); in EmitMove() 258 __ Move(kSavedValueRegister, cgen_->ToHandle(constant_source)); in EmitMove()
|
/external/v8/src/crankshaft/mips/ |
D | lithium-gap-resolver-mips.cc | 235 __ li(dst, cgen_->ToHandle(constant_source)); in EmitMove() 250 __ li(kLithiumScratchReg, cgen_->ToHandle(constant_source)); in EmitMove()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-gap-resolver-x64.cc | 186 __ Move(dst, cgen_->ToHandle(constant_source)); in EmitMove() 207 __ Move(kScratchRegister, cgen_->ToHandle(constant_source)); in EmitMove()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-gap-resolver-x87.cc | 300 __ LoadObject(dst, cgen_->ToHandle(constant_source)); in EmitMove() 321 __ LoadObject(tmp, cgen_->ToHandle(constant_source)); in EmitMove()
|