Home
last modified time | relevance | path

Searched refs:ToHandle (Results 1 – 25 of 74) sorted by relevance

123

/external/v8/test/cctest/compiler/
Dtest-run-jsobjects.cc15 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/
Druntime-forin.cc31 if (!Object::ToName(isolate, key).ToHandle(&name)) { in RUNTIME_FUNCTION()
56 if (!Object::ToName(isolate, key).ToHandle(&name)) { in RUNTIME_FUNCTION()
Druntime-compiler.cc56 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/
Djs-context-specialization.cc46 if (!GetSpecializationContext(node).ToHandle(&context)) return NoChange(); in ReduceJSLoadContext()
91 if (!GetSpecializationContext(node).ToHandle(&context)) return NoChange(); in ReduceJSStoreContext()
Daccess-info.cc181 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()
Djs-native-context-specialization.cc74 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()
Dframe-states.cc73 if (info.shared_info().ToHandle(&shared_info)) { in operator <<()
Djs-global-object-specialization.cc61 if (!GetGlobalObject(node).ToHandle(&global_object)) return NoChange(); in ReduceJSLoadGlobal()
152 if (!GetGlobalObject(node).ToHandle(&global_object)) return NoChange(); in ReduceJSStoreGlobal()
Djs-call-reducer.cc146 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/
Dic-inl.h138 .ToHandle(&builtin_ctor)) { in GetHandlerCacheHolder()
154 .ToHandle(&builtin_ctor)) { in GetICCacheHolder()
/external/v8/src/
Dmessages.cc102 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()
Dcompiler.cc1071 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(&current_code)) { in GetOptimizedCode()
Dprototype.h149 return proto.ToHandle(&handle_); in AdvanceFollowingProxies()
Dcompilation-dependencies.cc134 if (prototype.ToHandle(&last) && last.is_identical_to(current)) { in AssumePrototypeMapsStable()
Dexecution.cc427 if (JSReceiver::ToObject(isolate, obj).ToHandle(&receiver)) { in ToObject()
446 if (!maybe_result.ToHandle(&result) || !result->IsString()) { in GetStackTraceLine()
Dapi.cc1916 .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/
Ddebug.cc571 .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 …]
Ddebug-evaluate.cc344 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/
Dlithium-gap-resolver-arm64.cc235 __ LoadObject(dst, cgen_->ToHandle(constant_source)); in EmitMove()
251 Handle<Object> handle = cgen_->ToHandle(constant_source); in EmitMove()
/external/v8/src/crankshaft/ppc/
Dlithium-gap-resolver-ppc.cc224 __ Move(dst, cgen_->ToHandle(constant_source)); in EmitMove()
236 __ Move(kSavedValueRegister, cgen_->ToHandle(constant_source)); in EmitMove()
/external/v8/src/crankshaft/mips64/
Dlithium-gap-resolver-mips64.cc235 __ li(dst, cgen_->ToHandle(constant_source)); in EmitMove()
251 __ li(kLithiumScratchReg, cgen_->ToHandle(constant_source)); in EmitMove()
/external/v8/src/crankshaft/arm/
Dlithium-gap-resolver-arm.cc242 __ Move(dst, cgen_->ToHandle(constant_source)); in EmitMove()
258 __ Move(kSavedValueRegister, cgen_->ToHandle(constant_source)); in EmitMove()
/external/v8/src/crankshaft/mips/
Dlithium-gap-resolver-mips.cc235 __ li(dst, cgen_->ToHandle(constant_source)); in EmitMove()
250 __ li(kLithiumScratchReg, cgen_->ToHandle(constant_source)); in EmitMove()
/external/v8/src/crankshaft/x64/
Dlithium-gap-resolver-x64.cc186 __ Move(dst, cgen_->ToHandle(constant_source)); in EmitMove()
207 __ Move(kScratchRegister, cgen_->ToHandle(constant_source)); in EmitMove()
/external/v8/src/crankshaft/x87/
Dlithium-gap-resolver-x87.cc300 __ LoadObject(dst, cgen_->ToHandle(constant_source)); in EmitMove()
321 __ LoadObject(tmp, cgen_->ToHandle(constant_source)); in EmitMove()

123