/external/v8/src/debug/ |
D | debug-scope-iterator.cc | 18 v8::Isolate* v8_isolate, v8::Local<v8::Function> v8_func) { in CreateForFunction() 39 v8::Isolate* v8_isolate, v8::Local<v8::Object> v8_generator) { in CreateForGeneratorObject()
|
/external/v8/src/profiler/ |
D | tick-sample.cc | 148 DISABLE_ASAN void TickSample::Init(Isolate* v8_isolate, in Init() 183 bool TickSample::GetStackSample(Isolate* v8_isolate, RegisterState* regs, in GetStackSample()
|
/external/v8/src/runtime/ |
D | runtime-test.cc | 425 v8::Isolate* v8_isolate = reinterpret_cast<v8::Isolate*>(isolate); in RUNTIME_FUNCTION() local 453 v8::Isolate* v8_isolate = reinterpret_cast<v8::Isolate*>(isolate); in RUNTIME_FUNCTION() local 476 v8::Isolate* v8_isolate = reinterpret_cast<v8::Isolate*>(isolate); in RUNTIME_FUNCTION() local 489 v8::Isolate* v8_isolate = reinterpret_cast<v8::Isolate*>(isolate); in RUNTIME_FUNCTION() local 802 v8::Isolate* v8_isolate = reinterpret_cast<v8::Isolate*>(isolate); in RUNTIME_FUNCTION() local 812 v8::Isolate* v8_isolate = reinterpret_cast<v8::Isolate*>(isolate); in RUNTIME_FUNCTION() local 850 v8::Isolate* v8_isolate = reinterpret_cast<v8::Isolate*>(isolate); in RUNTIME_FUNCTION() local
|
/external/v8/src/builtins/ |
D | builtins-trace.cc | 41 auto* v8_isolate = reinterpret_cast<v8::Isolate*>(isolate); in MaybeUtf8() local
|
/external/v8/src/compiler-dispatcher/ |
D | compiler-dispatcher.cc | 480 v8::Isolate* v8_isolate = reinterpret_cast<v8::Isolate*>(isolate_); in ScheduleIdleTaskFromAnyThread() local 497 v8::Isolate* v8_isolate = reinterpret_cast<v8::Isolate*>(isolate_); in ScheduleAbortTask() local
|
/external/v8/src/objects/ |
D | js-locale.cc | 171 v8::Isolate* v8_isolate = reinterpret_cast<v8::Isolate*>(isolate); in InitializeLocale() local
|
D | intl-objects.cc | 65 v8::Isolate* v8_isolate = reinterpret_cast<v8::Isolate*>(isolate); in ExtractStringSetting() local 576 v8::Isolate* v8_isolate = reinterpret_cast<v8::Isolate*>(isolate); in CreateICULocale() local 1854 v8::Isolate* v8_isolate = reinterpret_cast<v8::Isolate*>(isolate); in CurrencyDigits() local
|
/external/v8/src/ |
D | api.cc | 334 v8::Isolate* v8_isolate = reinterpret_cast<v8::Isolate*>(isolate); in GetScriptOriginForScript() local 1040 Value* V8::Eternalize(Isolate* v8_isolate, Value* value) { in Eternalize() 1121 EscapableHandleScope::EscapableHandleScope(Isolate* v8_isolate) { in EscapableHandleScope() 2168 Local<PrimitiveArray> PrimitiveArray::New(Isolate* v8_isolate, int length) { in New() 2182 void PrimitiveArray::Set(Isolate* v8_isolate, int index, in Set() 2201 Local<Primitive> PrimitiveArray::Get(Isolate* v8_isolate, int index) { in Get() 2360 Isolate* v8_isolate, Source* source, CompileOptions options, in CompileUnboundInternal() 2409 Isolate* v8_isolate, Source* source, CompileOptions options, in CompileUnboundScript() 2565 Isolate* v8_isolate, StreamedSource* source, CompileOptions options) { in StartStreamingScript() 2937 Local<StackFrame> StackTrace::GetFrame(Isolate* v8_isolate, in GetFrame() [all …]
|
D | value-serializer.cc | 819 v8::Isolate* v8_isolate = reinterpret_cast<v8::Isolate*>(isolate_); in WriteJSArrayBuffer() local 934 v8::Isolate* v8_isolate = reinterpret_cast<v8::Isolate*>(isolate_); in WriteHostObject() local 1865 v8::Isolate* v8_isolate = reinterpret_cast<v8::Isolate*>(isolate_); in ReadHostObject() local
|
/external/v8/src/parsing/ |
D | scanner-character-streams.cc | 340 static void UpdateBufferPointersCallback(v8::Isolate* v8_isolate, in UpdateBufferPointersCallback()
|
/external/v8/src/wasm/ |
D | wasm-code-manager.cc | 836 void ModuleSamplingCallback(v8::Isolate* v8_isolate, v8::GCType type, in ModuleSamplingCallback()
|
D | module-compiler.cc | 2140 v8::Isolate* v8_isolate = reinterpret_cast<v8::Isolate*>(isolate); in AsyncCompileJob() local 2802 v8::Isolate* v8_isolate = reinterpret_cast<v8::Isolate*>(isolate_); in CompilationState() local
|
/external/v8/src/interpreter/ |
D | bytecode-generator.cc | 972 v8::Isolate* v8_isolate = reinterpret_cast<v8::Isolate*>(isolate); in AllocateDeferredConstants() local
|