HomeSort by relevance Sort by last modified time
    Searched refs:As (Results 101 - 125 of 556) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/cmd/asm/internal/lex/
stack.go 9 // A Stack is a stack of TokenReaders. As the top TokenReader hits EOF,
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/
go.go 69 p.As = ANOP
util.go 129 fmt.Fprintf(&buf, "%.5d (%v)\t%v%s", p.Pc, p.Line(), p.As, sc)
141 // Should not happen but might as well show it if it does.
146 if p.From3.Type == TYPE_CONST && p.As == ATEXT {
260 // Make sure 1 prints as 1.0
379 Each architecture defines a register space as a unique
440 lo As
449 func RegisterOpcode(lo As, Anames []string) {
456 func (a As) String() string {
461 as := &aSpace[i]
462 if as.lo <= a && int(a-as.lo) < len(as.names)
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
syscall_darwin_386.go 22 // As of Sierra, gettimeofday return zeros and populates
syscall_darwin_amd64.go 22 // As of Sierra, gettimeofday return zeros and populates
  /prebuilts/go/darwin-x86/test/
finprofiled.go 24 // As the result, all allocated memory must stay alive.
38 // Finalize as much as possible.
  /prebuilts/go/linux-x86/src/cmd/asm/internal/lex/
stack.go 9 // A Stack is a stack of TokenReaders. As the top TokenReader hits EOF,
  /prebuilts/go/linux-x86/src/cmd/internal/obj/
go.go 69 p.As = ANOP
util.go 129 fmt.Fprintf(&buf, "%.5d (%v)\t%v%s", p.Pc, p.Line(), p.As, sc)
141 // Should not happen but might as well show it if it does.
146 if p.From3.Type == TYPE_CONST && p.As == ATEXT {
260 // Make sure 1 prints as 1.0
379 Each architecture defines a register space as a unique
440 lo As
449 func RegisterOpcode(lo As, Anames []string) {
456 func (a As) String() string {
461 as := &aSpace[i]
462 if as.lo <= a && int(a-as.lo) < len(as.names)
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
syscall_darwin_386.go 22 // As of Sierra, gettimeofday return zeros and populates
syscall_darwin_amd64.go 22 // As of Sierra, gettimeofday return zeros and populates
  /prebuilts/go/linux-x86/test/
finprofiled.go 24 // As the result, all allocated memory must stay alive.
38 // Finalize as much as possible.
  /prebuilts/misc/common/swig/include/2.0.11/python/
embed.i 24 purpose modules you have enabled such as Tkinter). Thus, you
28 compatible with Python 1.4 is available as embed14.i and
29 a Python1.3 version is available as embed13.i. As far as
embed15.i 24 purpose modules you have enabled such as Tkinter). Thus, you
28 compatible with Python 1.4 is available as embed14.i and
29 a Python1.3 version is available as embed13.i. As far as
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
pgen.go 43 // analysis to behave as though the variable x is being initialized at that
77 // the liveness analysis work on single-word values as well, although
79 // all of which cannot be treated as individual words.
81 // VARKILL is the opposite of VARDEF: it marks a value as no longer needed,
86 func gvardefx(n *Node, as obj.As) {
102 if as == obj.AVARLIVE {
103 Gins(as, n, nil)
105 Gins(as, nil, n)
124 for p.Link != nil && (p.Link.As == obj.AVARDEF || p.Link.As == obj.AVARKILL || p.Link.As == obj.AVARLIVE)
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
pgen.go 43 // analysis to behave as though the variable x is being initialized at that
77 // the liveness analysis work on single-word values as well, although
79 // all of which cannot be treated as individual words.
81 // VARKILL is the opposite of VARDEF: it marks a value as no longer needed,
86 func gvardefx(n *Node, as obj.As) {
102 if as == obj.AVARLIVE {
103 Gins(as, n, nil)
105 Gins(as, nil, n)
124 for p.Link != nil && (p.Link.As == obj.AVARDEF || p.Link.As == obj.AVARKILL || p.Link.As == obj.AVARLIVE)
    [all...]
  /external/v8/src/inspector/
v8-debugger.cc 39 int contextId = static_cast<int>(contextData.As<v8::Int32>()->Value());
217 int contextId = static_cast<int>(contextData.As<v8::Int32>()->Value());
269 return toProtocolString(breakpointId.As<v8::String>());
493 v8::Local<v8::Array> callFramesArray = currentCallFramesV8.As<v8::Array>();
500 v8::Local<v8::Object> callFrameObject = callFrameValue.As<v8::Object>();
587 m_wasmTranslation.AddScript(script.As<v8::debug::WasmScript>(), agent);
606 hitBreakpoints.As<v8::Array>());
687 m_debuggerScript.Reset(m_isolate, value.As<v8::Object>());
748 v8::Local<v8::Function> function = value.As<v8::Function>();
790 v8::Local<v8::Function> function = value.As<v8::Function>()
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/x86/
387.go 67 var op obj.As
84 var op obj.As
130 var op obj.As
280 var op obj.As
303 return false // then issue the call as normal
340 func loadPush(t ssa.Type) obj.As {
  /prebuilts/go/linux-x86/src/cmd/compile/internal/x86/
387.go 67 var op obj.As
84 var op obj.As
130 var op obj.As
280 var op obj.As
303 return false // then issue the call as normal
340 func loadPush(t ssa.Type) obj.As {
  /external/libmojo/mojo/edk/js/
core.cc 51 dictionary.Set("signalsState", v8::Null(isolate).As<v8::Value>());
77 dictionary.Set("index", v8::Null(isolate).As<v8::Value>());
91 dictionary.Set("signalsState", v8::Null(isolate).As<v8::Value>());
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/CodeGen/
ConstantInitBuilder.h 359 /// places that add components to a builder, as well as "bookending"
368 /// create a global variable with it as the initializer.
369 template <class... As>
370 llvm::GlobalVariable *finishAndCreateGlobal(As &&...args) {
373 std::forward<As>(args)...);
378 /// set it as the initializer of the given global variable.
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/CodeGen/
ConstantInitBuilder.h 359 /// places that add components to a builder, as well as "bookending"
368 /// create a global variable with it as the initializer.
369 template <class... As>
370 llvm::GlobalVariable *finishAndCreateGlobal(As &&...args) {
373 std::forward<As>(args)...);
378 /// set it as the initializer of the given global variable.
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/CodeGen/
ConstantInitBuilder.h 359 /// places that add components to a builder, as well as "bookending"
368 /// create a global variable with it as the initializer.
369 template <class... As>
370 llvm::GlobalVariable *finishAndCreateGlobal(As &&...args) {
373 std::forward<As>(args)...);
378 /// set it as the initializer of the given global variable.
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/CodeGen/
ConstantInitBuilder.h 359 /// places that add components to a builder, as well as "bookending"
368 /// create a global variable with it as the initializer.
369 template <class... As>
370 llvm::GlobalVariable *finishAndCreateGlobal(As &&...args) {
373 std::forward<As>(args)...);
378 /// set it as the initializer of the given global variable.
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/CodeGen/
ConstantInitBuilder.h 359 /// places that add components to a builder, as well as "bookending"
368 /// create a global variable with it as the initializer.
369 template <class... As>
370 llvm::GlobalVariable *finishAndCreateGlobal(As &&...args) {
373 std::forward<As>(args)...);
378 /// set it as the initializer of the given global variable.

Completed in 699 milliseconds

1 2 3 45 6 7 8 91011>>