Home | History | Annotate | Download | only in src

Lines Matching refs:isolate

46       isolate(),
47 isolate()->heap()->AllocateFixedArray(size, pretenure),
56 isolate(),
57 isolate()->heap()->AllocateFixedArrayWithHoles(size, pretenure),
66 isolate(),
67 isolate()->heap()->AllocateUninitializedFixedDoubleArray(size, pretenure),
74 CALL_HEAP_FUNCTION(isolate(),
83 CALL_HEAP_FUNCTION(isolate(),
92 CALL_HEAP_FUNCTION(isolate(),
100 CALL_HEAP_FUNCTION(isolate(),
108 CALL_HEAP_FUNCTION(isolate(),
116 CALL_HEAP_FUNCTION(isolate(),
126 CALL_HEAP_FUNCTION(isolate(),
137 CALL_HEAP_FUNCTION(isolate(),
145 CALL_HEAP_FUNCTION(isolate(),
146 isolate()->heap()->AllocateAccessorPair(),
152 CALL_HEAP_FUNCTION(isolate(),
153 isolate()->heap()->AllocateTypeFeedbackInfo(),
160 CALL_HEAP_FUNCTION(isolate(),
161 isolate()->heap()->LookupSymbol(string),
167 CALL_HEAP_FUNCTION(isolate(),
168 isolate()->heap()->LookupSymbol(*string),
173 CALL_HEAP_FUNCTION(isolate(),
174 isolate()->heap()->LookupAsciiSymbol(string),
182 CALL_HEAP_FUNCTION(isolate(),
183 isolate()->heap()->LookupAsciiSymbol(string,
191 CALL_HEAP_FUNCTION(isolate(),
192 isolate()->heap()->LookupTwoByteSymbol(string),
200 isolate(),
201 isolate()->heap()->AllocateStringFromAscii(string, pretenure),
208 isolate(),
209 isolate()->heap()->AllocateStringFromUtf8(string, pretenure),
217 isolate(),
218 isolate()->heap()->AllocateStringFromTwoByte(string, pretenure),
226 isolate(),
227 isolate()->heap()->AllocateRawAsciiString(length, pretenure),
235 isolate(),
236 isolate()->heap()->AllocateRawTwoByteString(length, pretenure),
243 CALL_HEAP_FUNCTION(isolate(),
244 isolate()->heap()->AllocateConsString(*first, *second),
252 CALL_HEAP_FUNCTION(isolate(),
262 CALL_HEAP_FUNCTION(isolate(),
263 isolate()->heap()->AllocateSubString(*str, begin, end),
271 isolate(),
272 isolate()->heap()->AllocateExternalStringFromAscii(resource),
280 isolate(),
281 isolate()->heap()->AllocateExternalStringFromTwoByte(resource),
288 isolate(),
289 isolate()->heap()->AllocateGlobalContext(),
297 isolate(),
298 isolate()->heap()->AllocateFunctionContext(length, *function),
308 isolate(),
309 isolate()->heap()->AllocateCatchContext(*function,
321 isolate(),
322 isolate()->heap()->AllocateWithContext(*function, *previous, *extension),
332 isolate(),
333 isolate()->heap()->AllocateBlockContext(*function,
342 isolate(),
343 isolate()->heap()->AllocateStruct(type),
359 Heap* heap = isolate()->heap();
397 CALL_HEAP_FUNCTION(isolate(),
398 isolate()->heap()->AllocateForeign(addr, pretenure),
411 isolate(),
412 isolate()->heap()->AllocateByteArray(length, pretenure),
423 isolate(),
424 isolate()->heap()->AllocateExternalArray(length,
435 isolate(),
436 isolate()->heap()->AllocateJSGlobalPropertyCell(*value),
445 isolate(),
446 isolate()->heap()->AllocateMap(type, instance_size, elements_kind),
453 isolate(),
454 isolate()->heap()->AllocateFunctionPrototype(*function),
460 CALL_HEAP_FUNCTION(isolate(), src->CopyDropDescriptors(), Map);
490 CALL_HEAP_FUNCTION(isolate(), src->CopyDropTransitions(), Map);
497 Isolate* i = isolate();
505 CALL_HEAP_FUNCTION(isolate(), array->Copy(), FixedArray);
511 CALL_HEAP_FUNCTION(isolate(), array->Copy(), FixedDoubleArray);
520 isolate(),
521 isolate()->heap()->AllocateFunction(*function_map,
523 isolate()->heap()->the_hole_value(),
536 ? isolate()->function_map()
537 : isolate()->strict_mode_function_map(),
540 if (function_info->ic_age() != isolate()->heap()->global_ic_age()) {
541 function_info->ResetForNewContext(isolate()->heap()->global_ic_age());
572 isolate(),
573 isolate()->heap()->NumberFromDouble(value, pretenure), Object);
580 isolate(),
581 isolate()->heap()->NumberFromInt32(value, pretenure), Object);
588 isolate(),
589 isolate()->heap()->NumberFromUint32(value, pretenure), Object);
595 isolate(),
596 isolate()->heap()->AllocateJSObjectFromMap(
597 isolate()->heap()->neander_map()),
675 isolate()->js_builtins_object()->GetPropertyNoExceptionThrown(*make_str));
688 isolate()->js_builtins_object(),
705 JSFunction::cast(isolate()->js_builtins_object()->
713 isolate()->js_builtins_object(),
779 CHECK_NOT_EMPTY_HANDLE(isolate(),
801 isolate(),
802 isolate()->heap()->AllocateScopeInfo(length),
811 CALL_HEAP_FUNCTION(isolate(),
812 isolate()->heap()->CreateCode(
819 CALL_HEAP_FUNCTION(isolate(),
820 isolate()->heap()->CopyCode(*code),
826 CALL_HEAP_FUNCTION(isolate(),
827 isolate()->heap()->CopyCode(*code, reloc_info),
849 CALL_HEAP_FUNCTION(isolate(),
856 CALL_HEAP_FUNCTION(isolate(),
857 isolate()->heap()->LookupSymbol(*value), String);
926 isolate(),
927 isolate()->heap()->AllocateJSObject(*constructor, pretenure), JSObject);
933 CALL_HEAP_FUNCTION(isolate(),
934 isolate()->heap()->AllocateGlobalObject(*constructor),
942 isolate(),
943 isolate()->heap()->AllocateJSObjectFromMap(*map, NOT_TENURED),
951 CALL_HEAP_FUNCTION(isolate(),
952 isolate()->heap()->AllocateJSArrayAndStorage(
966 isolate(),
967 isolate()->heap()->AllocateJSArrayWithElements(*elements,
979 isolate(),
987 isolate(),
994 isolate(),
1003 isolate(),
1011 isolate(),
1012 isolate()->heap()->AllocateJSProxy(*handler, *prototype),
1019 isolate(),
1020 isolate()->heap()->ReinitializeJSReceiver(
1027 isolate(),
1028 isolate()->heap()->ReinitializeJSReceiver(
1035 isolate(),
1068 CALL_HEAP_FUNCTION(isolate(),
1069 isolate()->heap()->AllocateJSMessageObject(*type,
1080 CALL_HEAP_FUNCTION(isolate(),
1081 isolate()->heap()->AllocateSharedFunctionInfo(*name),
1087 CALL_HEAP_FUNCTION(isolate(),
1088 isolate()->heap()->NumberToString(*number), String);
1093 CALL_HEAP_FUNCTION(isolate(),
1094 isolate()->heap()->Uint32ToString(value), String);
1102 CALL_HEAP_FUNCTION(isolate(),
1112 CALL_HEAP_FUNCTION(isolate(),
1122 isolate(),
1123 isolate()->heap()->AllocateFunction(*isolate()->function_map(),
1133 fun->set_context(isolate()->context()->global_context());
1143 ? isolate()->function_without_prototype_map()
1144 : isolate()->strict_mode_function_without_prototype_map();
1145 CALL_HEAP_FUNCTION(isolate(),
1146 isolate()->heap()->AllocateFunction(
1159 fun->set_context(isolate()->context()->global_context());
1165 CALL_HEAP_FUNCTION(isolate(), object->ToObject(), Object);
1171 CALL_HEAP_FUNCTION(isolate(), object->ToObject(*global_context), Object);
1211 isolate(),
1212 isolate()->heap()->AllocateArgumentsObject(*callee, length), JSObject);
1218 Handle<Code> code = isolate()->builtins()->HandleApiCall();
1219 Handle<Code> construct_stub = isolate()->builtins()->JSConstructStubApi();
1319 CALL_HEAP_FUNCTION(isolate(),
1340 CALL_HEAP_FUNCTION(isolate(),
1419 Heap* h = isolate()->heap();
1429 ? isolate()->heap()->true_value()
1430 : isolate()->heap()->false_value());