HomeSort by relevance Sort by last modified time
    Searched refs:Isolate (Results 126 - 150 of 687) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/v8/src/
arguments.h 9 #include "src/isolate.h"
114 explicit inline CustomArgumentsBase(Isolate* isolate)
115 : Relocatable(isolate) {}
132 explicit inline CustomArguments(Isolate* isolate) : Super(isolate) {}
135 v8::Local<V> GetReturnValue(Isolate* isolate);
137 inline Isolate* isolate() function in class:v8::internal::CustomArguments
    [all...]
type-feedback-vector.h 146 static Handle<TypeFeedbackMetadata> New(Isolate* isolate, const Spec* spec);
210 static Handle<TypeFeedbackVector> New(Isolate* isolate,
213 static Handle<TypeFeedbackVector> Copy(Isolate* isolate,
230 static void ClearAllKeyedStoreICs(Isolate* isolate);
234 static inline Handle<Object> UninitializedSentinel(Isolate* isolate);
    [all...]
interface-descriptors.cc 36 Isolate* isolate, int parameter_count) {
37 Zone* zone = isolate->interface_descriptor_zone();
60 const char* CallInterfaceDescriptor::DebugName(Isolate* isolate) const {
61 CallInterfaceDescriptorData* start = isolate->call_descriptor_data(0);
91 Isolate* isolate, int paramater_count) {
92 Zone* zone = isolate->interface_descriptor_zone();
142 Isolate* isolate, int paramater_count)
    [all...]
accessors.h 61 Isolate* isolate, \
98 Isolate* isolate,
105 Isolate* isolate,
api-experimental.cc 58 FastAccessorBuilder* FastAccessorBuilder::New(Isolate* isolate) {
59 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate);
layout-descriptor.h 92 static Handle<LayoutDescriptor> NewForTesting(Isolate* isolate, int length);
98 V8_INLINE static Handle<LayoutDescriptor> New(Isolate* isolate, int length);
120 Isolate* isolate, Handle<LayoutDescriptor> layout_descriptor,
api-natives.cc 8 #include "src/isolate-inl.h"
18 MaybeHandle<JSObject> InstantiateObject(Isolate* isolate,
22 MaybeHandle<JSFunction> InstantiateFunction(Isolate* isolate,
27 MaybeHandle<Object> Instantiate(Isolate* isolate, Handle<Object> data,
30 return InstantiateFunction(isolate,
33 return InstantiateObject(isolate, Handle<ObjectTemplateInfo>::cast(data));
40 MaybeHandle<Object> DefineAccessorProperty(Isolate* isolate
357 Isolate* isolate = data->GetIsolate(); local
365 Isolate* isolate = data->GetIsolate(); local
    [all...]
address-map.cc 7 #include "src/isolate.h"
13 RootIndexMap::RootIndexMap(Isolate* isolate) {
14 map_ = isolate->root_index_map();
19 Object* root = isolate->heap()->root(root_index);
23 isolate->heap()->RootCanBeTreatedAsConstant(root_index)) {
34 isolate->set_root_index_map(map_);
background-parsing-task.h 49 Isolate* isolate);
  /external/pdfium/fpdfsdk/src/javascript/
JS_Runtime.cpp 37 void IJS_Runtime::Initialize(unsigned int slot, void* isolate) {
38 FXJS_Initialize(slot, reinterpret_cast<v8::Isolate*>(isolate));
62 v8::Isolate* pExternalIsolate = nullptr;
64 pExternalIsolate = reinterpret_cast<v8::Isolate*>(pPlatform->m_isolate);
68 // TODO(tsepez): CPDFXFA_App should also use the embedder provided isolate.
69 m_isolate = (v8::Isolate*)CPDFXFA_App::GetInstance()->GetJSERuntime();
74 v8::Isolate* pExternalIsolate = nullptr;
76 pExternalIsolate = reinterpret_cast<v8::Isolate*>(pPlatform->m_isolate);
88 v8::Isolate* isolate = m_isolate local
    [all...]
  /external/v8/test/cctest/
test-assembler-x87.cc 52 Isolate* isolate = reinterpret_cast<Isolate*>(CcTest::isolate()); local
53 HandleScope scope(isolate);
56 Assembler assm(isolate, buffer, sizeof buffer);
64 Handle<Code> code = isolate->factory()->NewCode(
79 Isolate* isolate = reinterpret_cast<Isolate*>(CcTest::isolate()) local
116 Isolate* isolate = reinterpret_cast<Isolate*>(CcTest::isolate()); local
162 Isolate* isolate = reinterpret_cast<Isolate*>(CcTest::isolate()); local
185 Isolate* isolate = reinterpret_cast<Isolate*>(CcTest::isolate()); local
240 Isolate* isolate = reinterpret_cast<Isolate*>(CcTest::isolate()); local
254 Isolate* isolate = reinterpret_cast<Isolate*>(CcTest::isolate()); local
319 Isolate* isolate = reinterpret_cast<Isolate*>(CcTest::isolate()); local
366 Isolate* isolate = reinterpret_cast<Isolate*>(CcTest::isolate()); local
    [all...]
  /external/v8/src/profiler/
cpu-profiler.h 142 void AddCurrentStack(Isolate* isolate);
143 void AddDeoptStack(Isolate* isolate, Address from, int fp_to_sp_delta);
187 Isolate* cpu_profiler_isolate = (IsolateGetter); \
198 explicit CpuProfiler(Isolate* isolate);
200 CpuProfiler(Isolate* isolate,
254 Isolate* isolate() const { return isolate_; function in class:v8::internal::CpuProfiler
    [all...]
  /external/v8/src/arm/
simulator-arm.h 25 #define CALL_GENERATED_CODE(isolate, entry, p0, p1, p2, p3, p4) \
29 void*, int*, int, Address, int, Isolate*);
36 #define CALL_GENERATED_REGEXP_CODE(isolate, entry, p0, p1, p2, p3, p4, p5, p6, \
46 static inline uintptr_t JsLimitFromCLimit(v8::internal::Isolate* isolate,
48 USE(isolate);
52 static inline uintptr_t RegisterCTryCatch(v8::internal::Isolate* isolate,
54 USE(isolate);
58 static inline void UnregisterCTryCatch(v8::internal::Isolate* isolate)
    [all...]
  /external/v8/src/debug/
debug-scopes.h 38 ScopeIterator(Isolate* isolate, FrameInspector* frame_inspector,
41 ScopeIterator(Isolate* isolate, Handle<JSFunction> function);
86 Isolate* isolate_;
  /external/v8/src/ic/
ic-compiler.h 17 static Code* FindPreMonomorphic(Isolate* isolate, Code::Kind kind,
21 static Handle<Code> ComputeStore(Isolate* isolate, InlineCacheState ic_state,
48 PropertyICCompiler(Isolate* isolate, Code::Kind kind,
51 : PropertyAccessCompiler(isolate, kind, cache_holder),
stub-cache.h 88 Isolate* isolate() { return isolate_; } function in class:v8::internal::StubCache
96 explicit StubCache(Isolate* isolate);
161 Isolate* isolate_;
163 friend class Isolate;
  /external/v8/src/mips/
simulator-mips.h 26 #define CALL_GENERATED_CODE(isolate, entry, p0, p1, p2, p3, p4) \
30 void*, int*, int, Address, int, Isolate*);
37 #define CALL_GENERATED_REGEXP_CODE(isolate, entry, p0, p1, p2, p3, p4, p5, p6, \
47 static inline uintptr_t JsLimitFromCLimit(Isolate* isolate,
52 static inline uintptr_t RegisterCTryCatch(Isolate* isolate,
54 USE(isolate);
58 static inline void UnregisterCTryCatch(Isolate* isolate) { USE(isolate);
    [all...]
  /external/v8/src/ppc/
simulator-ppc.h 25 #define CALL_GENERATED_CODE(isolate, entry, p0, p1, p2, p3, p4) \
29 int, Address, int, void*, Isolate*);
36 #define CALL_GENERATED_REGEXP_CODE(isolate, entry, p0, p1, p2, p3, p4, p5, p6, \
46 static inline uintptr_t JsLimitFromCLimit(v8::internal::Isolate* isolate,
48 USE(isolate);
52 static inline uintptr_t RegisterCTryCatch(v8::internal::Isolate* isolate,
54 USE(isolate);
58 static inline void UnregisterCTryCatch(v8::internal::Isolate* isolate)
    [all...]
  /external/pdfium/xfa/src/fxjse/src/
class.h 30 v8::Isolate* pIsolate,
  /external/v8/include/
v8-experimental.h 29 static FastAccessorBuilder* New(Isolate* isolate);
  /external/v8/src/ast/
ast-expression-rewriter.h 24 explicit AstExpressionRewriter(Isolate* isolate) : AstVisitor() {
25 InitializeAstRewriter(isolate);
  /external/v8/src/compiler/
js-context-specialization.h 36 Isolate* isolate() const;
js-generic-lowering.h 44 Isolate* isolate() const;
  /external/v8/src/extensions/
trigger-failure-extension.cc 21 TriggerFailureExtension::GetNativeFunctionTemplate(v8::Isolate* isolate,
25 isolate,
29 isolate,
34 isolate,
  /external/v8/src/heap/
scavenger.h 36 Isolate* isolate();

Completed in 404 milliseconds

1 2 3 4 56 7 8 91011>>