HomeSort by relevance Sort by last modified time
    Searched refs:Extend (Results 51 - 75 of 99) sorted by null

1 23 4

  /external/v8/src/
handles.h 314 // Extend the handle scope making room for more handles.
315 V8_EXPORT_PRIVATE static Object** Extend(Isolate* isolate);
contexts.cc 15 Handle<ScriptContextTable> ScriptContextTable::Extend(
contexts.h 374 static Handle<ScriptContextTable> Extend(Handle<ScriptContextTable> table,
426 // An "extension object" is used to dynamically extend a context
    [all...]
  /external/v8/src/compiler/
load-elimination.cc 385 that->checks_ = that->checks_->Extend(node, zone);
405 that->elements_ = that->elements_->Extend(object, index, value, zone);
431 that->fields_[index] = that->fields_[index]->Extend(object, value, zone);
    [all...]
  /art/compiler/optimizing/
common_arm64.h 320 inline vixl::aarch64::Extend ExtendFromOpKind(HDataProcWithShifterOp::OpKind op_kind) {
  /external/clang/include/clang/Sema/
DeclSpec.h 80 /// \brief Extend the current nested-name-specifier by another
91 void Extend(ASTContext &Context, SourceLocation TemplateKWLoc, TypeLoc TL,
94 /// \brief Extend the current nested-name-specifier by another
105 void Extend(ASTContext &Context, IdentifierInfo *Identifier,
108 /// \brief Extend the current nested-name-specifier by another
119 void Extend(ASTContext &Context, NamespaceDecl *Namespace,
122 /// \brief Extend the current nested-name-specifier by another
134 void Extend(ASTContext &Context, NamespaceAliasDecl *Alias,
    [all...]
  /external/protobuf/python/google/protobuf/pyext/
repeated_scalar_container.cc 497 PyObject* Extend(RepeatedScalarContainer* self, PyObject* value) {
756 { "extend", (PyCFunction)Extend, METH_O,
  /external/v8/src/arm64/
disasm-arm64.cc 143 Extend mode = static_cast<Extend>(instr->ExtendMode());
    [all...]
simulator-arm64.cc 971 T Simulator::ExtendValue(T value, Extend extend_type, unsigned left_shift) {
    [all...]
simulator-arm64.h 699 Extend extend_type,
constants-arm64.h 148 /* Add/substract extend */ \
337 enum Extend {
    [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp 711 // them are direct or extend without a specified coerce type, specify the
    [all...]
  /frameworks/native/libs/vr/libpdx/
encoder_performance_test.cpp 44 Extend(size);
  /external/v8/src/regexp/
jsregexp.h 188 OutSet* Extend(unsigned value, Zone* zone);
194 // to use Extend instead to ensure that only one instance exists
229 out_set_ = out_set_->Extend(value, zone);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
LiveIntervalAnalysis.cpp 566 // Already exists? Extend old live interval.
568 bool Extend = ValNo != 0;
569 if (!Extend)
571 if (Extend && MO.isEarlyClobber())
810 // Extend intervals to reach all uses in WorkList.
818 // Extend the live range for VNI to be live at Idx.
    [all...]
  /external/opencv/cvaux/src/
cvvecfacetracking.cpp 269 Extend(roi, 1);
489 Extend(r, d);
    [all...]
  /external/v8/src/runtime/
runtime-scopes.cc 682 ScriptContextTable::Extend(script_context_table, result);
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/neteq/
expand.cc 541 parameters.expand_vector1.Extend(
    [all...]
  /external/v8/tools/profviz/
composer.js 191 if (next_range.end > merge_end) { // Extend range end.
  /external/vixl/src/aarch64/
disasm-aarch64.cc 164 Extend mode = static_cast<Extend>(instr->GetExtendMode());
    [all...]
  /external/zlib/src/
make_vms.com 378 $! 0.03 20060202 Extend handling of GNU C
  /prebuilts/go/darwin-x86/src/runtime/
heapdump.go 691 // Extend the temp buffer if necessary.
  /prebuilts/go/darwin-x86/src/testing/
benchmark.go 201 // Extend maxLen, if needed.
  /prebuilts/go/linux-x86/src/runtime/
heapdump.go 691 // Extend the temp buffer if necessary.
  /prebuilts/go/linux-x86/src/testing/
benchmark.go 201 // Extend maxLen, if needed.

Completed in 1313 milliseconds

1 23 4