HomeSort by relevance Sort by last modified time
    Searched refs:Construct (Results 76 - 100 of 141) sorted by null

1 2 34 5 6

  /prebuilts/go/darwin-x86/src/archive/tar/
writer.go 294 // Construct the body
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
dwarf.go 547 // Find or construct *T given T.
699 // Construct type to represent an array of BucketSize keys
713 // Construct type to represent an array of BucketSize values
727 // Construct bucket<K,V>
751 // Construct hash<K,V>
    [all...]
  /prebuilts/go/linux-x86/src/archive/tar/
writer.go 294 // Construct the body
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
dwarf.go 547 // Find or construct *T given T.
699 // Construct type to represent an array of BucketSize keys
713 // Construct type to represent an array of BucketSize values
727 // Construct bucket<K,V>
751 // Construct hash<K,V>
    [all...]
  /external/v8/src/builtins/
builtins.h 77 /* Construct */ \
78 /* ES6 section 9.2.2 [[Construct]] ( argumentsList, newTarget) */ \
80 /* ES6 section 9.4.1.2 [[Construct]] (argumentsList, newTarget) */ \
83 /* ES6 section 9.5.14 [[Construct]] ( argumentsList, newTarget) */ \
85 /* ES6 section 7.3.13 Construct (F, [argumentsList], [newTarget]) */ \
86 ASM(Construct) \
    [all...]
  /external/clang/lib/Sema/
TreeTransform.h     [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
plive.go 1005 // Construct a disembodied instruction.
1013 // Construct a new PCDATA instruction associated with and for the purposes of
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
plive.go 1005 // Construct a disembodied instruction.
1013 // Construct a new PCDATA instruction associated with and for the purposes of
    [all...]
  /external/clang/lib/AST/
DeclCXX.cpp     [all...]
  /external/webrtc/talk/media/base/
videoframe_unittest.h 817 void Construct##FOURCC##Mirror() { \
    [all...]
  /libcore/ojluni/src/main/java/java/lang/invoke/
Transformers.java 392 /*package*/ static class Construct extends Transformer {
396 /*package*/ Construct(MethodHandle constructorHandle, MethodType returnedType) {
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
select.go 408 // Construct waiting list in lock order.
  /prebuilts/go/linux-x86/src/runtime/
select.go 408 // Construct waiting list in lock order.
  /external/v8/src/compiler/
js-generic-lowering.cc 562 Callable callable = CodeFactory::Construct(isolate());
  /prebuilts/go/darwin-x86/src/cmd/cgo/
out.go 325 // Construct a gcc struct matching the gc argument frame.
734 // Construct a gcc struct matching the gc argument and
    [all...]
  /prebuilts/go/linux-x86/src/cmd/cgo/
out.go 325 // Construct a gcc struct matching the gc argument frame.
734 // Construct a gcc struct matching the gc argument and
    [all...]
  /external/v8/src/builtins/arm/
builtins-arm.cc 33 // instead of the callee, due to the way that [[Construct]] is defined for
566 // Enter a construct frame.
568 FrameAndConstantPoolScope scope(masm, StackFrame::CONSTRUCT);
678 // Leave construct frame.
    [all...]
  /external/v8/src/builtins/arm64/
builtins-arm64.cc 47 // instead of the callee, due to the way that [[Construct]] is defined for
556 // Enter a construct frame.
558 FrameScope scope(masm, StackFrame::CONSTRUCT);
679 // Leave construct frame.
    [all...]
  /external/v8/src/builtins/ia32/
builtins-ia32.cc 34 // instead of the callee, due to the way that [[Construct]] is defined for
125 // Enter a construct frame.
127 FrameScope scope(masm, StackFrame::CONSTRUCT);
210 // Restore the arguments count and leave the construct frame. The
218 // Leave construct frame.
351 ? masm->isolate()->builtins()->Construct()
    [all...]
  /external/v8/src/builtins/mips/
builtins-mips.cc 33 // instead of the callee, due to the way that [[Construct]] is defined for
567 // Enter a construct frame.
569 FrameScope scope(masm, StackFrame::CONSTRUCT);
676 // Leave construct frame.
820 ? masm->isolate()->builtins()->Construct()
2276 Label construct; local
    [all...]
  /external/v8/src/builtins/mips64/
builtins-mips64.cc 33 // instead of the callee, due to the way that [[Construct]] is defined for
565 // Enter a construct frame.
567 FrameScope scope(masm, StackFrame::CONSTRUCT);
670 // Leave construct frame.
2272 Label construct; local
    [all...]
  /external/v8/src/builtins/ppc/
builtins-ppc.cc 33 // instead of the callee, due to the way that [[Construct]] is defined for
574 // Enter a construct frame.
576 FrameAndConstantPoolScope scope(masm, StackFrame::CONSTRUCT);
688 // Leave construct frame.
    [all...]
  /external/v8/src/builtins/s390/
builtins-s390.cc 33 // instead of the callee, due to the way that [[Construct]] is defined for
570 // Enter a construct frame.
572 FrameAndConstantPoolScope scope(masm, StackFrame::CONSTRUCT);
687 // Leave construct frame.
    [all...]
  /external/v8/src/builtins/x64/
builtins-x64.cc 32 // JSTypedLowering::ReduceJSCall{Function,Construct}. Keep these in sync.
36 // instead of the callee, due to the way that [[Construct]] is defined for
127 // Enter a construct frame.
129 FrameScope scope(masm, StackFrame::CONSTRUCT);
211 // Restore the arguments count and leave the construct frame. The
219 // Leave construct frame.
423 ? masm->isolate()->builtins()->Construct()
    [all...]
  /external/v8/src/builtins/x87/
builtins-x87.cc 34 // instead of the callee, due to the way that [[Construct]] is defined for
125 // Enter a construct frame.
127 FrameScope scope(masm, StackFrame::CONSTRUCT);
211 // Restore the arguments count and leave the construct frame. The
219 // Leave construct frame.
352 ? masm->isolate()->builtins()->Construct()
    [all...]

Completed in 581 milliseconds

1 2 34 5 6