HomeSort by relevance Sort by last modified time
    Searched refs:CALL_HEAP_FUNCTION (Results 1 - 6 of 6) sorted by null

  /external/v8/src/
factory.cc 45 CALL_HEAP_FUNCTION(
55 CALL_HEAP_FUNCTION(
65 CALL_HEAP_FUNCTION(
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()
    [all...]
handles.cc 135 CALL_HEAP_FUNCTION(content->GetIsolate(),
142 CALL_HEAP_FUNCTION(first->GetIsolate(),
150 CALL_HEAP_FUNCTION(
217 CALL_HEAP_FUNCTION(string->GetIsolate(), string->TryFlatten(), String);
224 CALL_HEAP_FUNCTION(function->GetIsolate(),
238 CALL_HEAP_FUNCTION(
251 CALL_HEAP_FUNCTION(
262 CALL_HEAP_FUNCTION(isolate,
273 CALL_HEAP_FUNCTION(object->GetIsolate(),
286 CALL_HEAP_FUNCTION(isolate, obj->GetProperty(*str), Object)
    [all...]
compilation-cache.cc 69 CALL_HEAP_FUNCTION(isolate,
238 CALL_HEAP_FUNCTION(isolate(),
301 CALL_HEAP_FUNCTION(isolate(),
360 CALL_HEAP_FUNCTION(isolate(),
heap-inl.h 548 #define CALL_HEAP_FUNCTION(ISOLATE, FUNCTION_CALL, TYPE) \
objects.cc 243 CALL_HEAP_FUNCTION(isolate, object->GetElement(index), Object);
451 CALL_HEAP_FUNCTION(object->GetIsolate(),
559 CALL_HEAP_FUNCTION(
    [all...]
  /external/v8/test/cctest/
test-alloc.cc 120 CALL_HEAP_FUNCTION(ISOLATE, AllocateAfterFailures(), Object);

Completed in 53 milliseconds