Lines Matching defs:target
2023 // If the target code is lazy deoptimized, we jump to the original
2349 bool Isolate::ComputeLocation(MessageLocation* target) {
2370 *target =
2373 *target = MessageLocation(Handle<Script>::cast(script), shared,
2379 bool Isolate::ComputeLocationFromException(MessageLocation* target,
2401 *target = MessageLocation(cast_script, start_pos_value, end_pos_value);
2405 bool Isolate::ComputeLocationFromSimpleStackTrace(MessageLocation* target,
2415 if (CallSiteInfo::ComputeLocation(call_site_info, target)) {
2422 bool Isolate::ComputeLocationFromDetailedStackTrace(MessageLocation* target,
2435 *target = MessageLocation(handle(info->script(), this), pos, pos + 1);
4165 // Quiet the heap NaN if needed on target platform.