HomeSort by relevance Sort by last modified time
    Searched refs:current_context (Results 1 - 25 of 28) sorted by null

1 2

  /external/v8/test/cctest/
test-unscopables-hidden-prototype.cc 26 v8::Local<v8::Context> current_context = isolate->GetCurrentContext(); local
33 v8::Local<v8::Object> object = t0->GetFunction(current_context)
35 ->NewInstance(current_context)
37 v8::Local<v8::Object> hidden_prototype = t1->GetFunction(current_context)
39 ->NewInstance(current_context)
42 CHECK(object->SetPrototype(current_context, hidden_prototype).FromJust());
45 ->Set(current_context, v8_str("object"), object)
48 ->Set(current_context, v8_str("hidden_prototype"), hidden_prototype)
58 ->Int32Value(current_context)
69 ->Int32Value(current_context)
    [all...]
test-receiver-check-hidden-prototype.cc 25 v8::Local<v8::Context> current_context = isolate->GetCurrentContext(); local
50 constructor_template->GetFunction(current_context)
52 ->NewInstance(current_context)
56 prototype_template->GetFunction(current_context)
58 ->NewInstance(current_context)
61 CHECK(object->SetPrototype(current_context, hidden_prototype).FromJust());
64 ->Set(current_context, v8_str("object"), object)
69 ->Int32Value(current_context)
  /external/v8/src/debug/
debug-evaluate.cc 181 Handle<Context> current_context = it.CurrentContext(); local
182 if (!current_context->IsDebugEvaluateContext()) {
183 context_chain_element.wrapped_context = current_context;
  /external/skia/src/gpu/gl/
SkNullGLContext.cpp 16 static SkNullGLContext::ContextState* current_context();
139 static ContextState* Get() { return current_context(); }
561 static State* current_context() { function
  /external/libdrm/freedreno/kgsl/
msm_kgsl.h 103 unsigned int current_context; member in struct:kgsl_devmemstore
  /hardware/qcom/msm8x27/kernel-headers/linux/
msm_kgsl.h 137 unsigned int current_context; member in struct:kgsl_devmemstore
  /hardware/qcom/msm8x27/original-kernel-headers/linux/
msm_kgsl.h 139 unsigned int current_context; member in struct:kgsl_devmemstore
  /external/v8/src/compiler/
ast-graph-builder.cc 508 return NewNode(op, current_context());
910 stack_node_, builder()->current_context(),
1005 Node* AstGraphBuilder::current_context() const { function in class:v8::internal::compiler::AstGraphBuilder
    [all...]
ast-graph-builder.h 149 Node* current_context() const;
  /hardware/qcom/msm8960/kernel-headers/linux/
msm_kgsl.h 160 unsigned int current_context; member in struct:kgsl_devmemstore
  /external/chromium-trace/catapult/third_party/beautifulsoup4/bs4/
element.py     [all...]
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_kgsl.h 173 unsigned int current_context; member in struct:kgsl_devmemstore
  /hardware/qcom/msm8994/kernel-headers/linux/
msm_kgsl.h 189 unsigned int current_context; member in struct:kgsl_devmemstore
  /hardware/qcom/msm8994/original-kernel-headers/linux/
msm_kgsl.h 237 unsigned int current_context; member in struct:kgsl_devmemstore
    [all...]
  /hardware/qcom/msm8x26/kernel-headers/linux/
msm_kgsl.h 189 unsigned int current_context; member in struct:kgsl_devmemstore
  /hardware/qcom/msm8x26/original-kernel-headers/linux/
msm_kgsl.h 237 unsigned int current_context; member in struct:kgsl_devmemstore
    [all...]
  /hardware/qcom/msm8x84/kernel-headers/linux/
msm_kgsl.h 175 unsigned int current_context; member in struct:kgsl_devmemstore
  /hardware/qcom/msm8x84/original-kernel-headers/linux/
msm_kgsl.h 195 unsigned int current_context; member in struct:kgsl_devmemstore
  /external/v8/src/interpreter/
interpreter-assembler.cc 78 return LoadRegister(Register::current_context());
82 StoreRegister(value, Register::current_context());
bytecode-generator.cc 30 register_(Register::current_context()),
47 DCHECK_EQ(register_.index(), Register::current_context().index());
    [all...]
bytecodes.cc 861 Register Register::current_context() { function in class:v8::internal::interpreter::Register
  /external/v8/src/
isolate.cc 2508 Context* current_context = Context::cast(context); local
2522 Context* current_context = Context::cast(context); local
    [all...]
accessors.cc 926 static inline bool AllowAccessToFunction(Context* current_context,
928 return current_context->HasSameSecurityTokenAs(function->context());
    [all...]
  /hardware/qcom/msm8996/kernel-headers/linux/
msm_kgsl.h 202 unsigned int current_context; member in struct:kgsl_devmemstore
    [all...]
  /hardware/qcom/msm8996/original-kernel-headers/linux/
msm_kgsl.h 266 * @current_context: The current context the GPU is working on
278 unsigned int current_context; member in struct:kgsl_devmemstore
    [all...]

Completed in 741 milliseconds

1 2