HomeSort by relevance Sort by last modified time
    Searched defs:Load (Results 76 - 100 of 139) sorted by null

1 2 34 5 6

  /external/pdfium/core/src/fpdfapi/fpdf_font/
fpdf_font.cpp 370 m_pToUnicodeMap->Load(pStream);
444 if (!pFont->Load()) {
463 if (!pFont->Load()) {
469 FX_BOOL CPDF_Font::Load()
623 void CPDF_ToUnicodeMap::Load(CPDF_Stream* pStream)
    [all...]
  /external/v8/src/
d8.cc 548 void Shell::Load(const v8::FunctionCallbackInfo<v8::Value>& args) {
801 debug->Load();
881 global_template->Set(String::NewFromUtf8(isolate, "load"),
882 FunctionTemplate::New(isolate, Load));
    [all...]
debug.cc 789 bool Debug::Load() {
    [all...]
  /external/v8/src/ic/
ic.cc 586 MaybeHandle<Object> LoadIC::Load(Handle<Object> object, Handle<Name> name) {
597 // Rewrite to the generic keyed load stub.
    [all...]
  /external/valgrind/VEX/priv/
host_tilegx_defs.h 279 GXin_LI, /* load word (32/64-bit) immediate (fake insn) */
299 GXin_Load, /* zero-extending load a 8|16|32|64 bit value from mem */
453 } Load;
host_mips_defs.h 272 Min_LI, /* load word (32/64-bit) immediate (fake insn) */
298 Min_Load, /* zero-extending load a 8|16|32 bit value from mem */
301 Min_LoadL, /* mips Load Linked Word - LL */
309 Min_FpLdSt, /* FP load/store */
483 } Load;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
mkvparser.cpp     [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
Python-ast.h 11 typedef enum _expr_context { Load=1, Store=2, Del=3, AugLoad=4, AugStore=5,
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
Python-ast.h 11 typedef enum _expr_context { Load=1, Store=2, Del=3, AugLoad=4, AugStore=5,
  /external/libvpx/libvpx/third_party/libwebm/
mkvparser.cpp     [all...]
  /external/libvpx/libwebm/
mkvparser.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 181 | Load
    [all...]
  /external/llvm/lib/Object/
MachOObjectFile.cpp 61 "Number of sections too large for size of load command.");
261 MachOObjectFile::LoadCommandInfo Load = getFirstLoadCommandInfo();
263 if (Load.C.cmd == MachO::LC_SYMTAB) {
269 SymtabLoadCmd = Load.Ptr;
270 } else if (Load.C.cmd == MachO::LC_DYSYMTAB) {
276 DysymtabLoadCmd = Load.Ptr;
277 } else if (Load.C.cmd == MachO::LC_DATA_IN_CODE) {
283 DataInCodeLoadCmd = Load.Ptr;
284 } else if (Load.C.cmd == MachO::LC_LINKER_OPTIMIZATION_HINT) {
290 LinkOptHintsLoadCmd = Load.Ptr
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 424 // If it is double-word aligned, just load.
430 SDValue Load = DAG.getLoad(VA.getValVT(), dl, Chain, FIPtr,
433 InVals.push_back(Load);
464 SDValue Load ;
466 Load = DAG.getLoad(VA.getValVT(), dl, Chain, FIPtr,
475 Load = DAG.getExtLoad(LoadOp, dl, MVT::i32, Chain, FIPtr,
478 Load = DAG.getNode(ISD::TRUNCATE, dl, VA.getValVT(), Load);
480 InVals.push_back(Load);
815 // Load the low part
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 284 // a load-and-extend of a f80 constant (in cases where the constant
311 // We want to use MVC in preference to even a single load/store pair.
350 // We can load zero using LZ?R and negative zero using LZ?R;LC?BR.
750 // Create the SelectionDAG nodes corresponding to a load
    [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp 57 ReMatPICStubLoad("remat-pic-stub-load",
58 cl::desc("Re-materialize load from stub in PIC mode"),
83 // Minimum alignment required for load/store.
278 // Index 0, folded load and store, no alignment requirement.
    [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp 11 // instructions. It also performs simple dead load elimination.
69 static cl::opt<bool> EnableLoadPRE("enable-load-pre", cl::init(true));
515 LoadVal, // A value produced by a load.
524 /// Offset - The byte offset in Val that is interesting for the load query.
696 // Helper fuctions of redundant load elimination
847 // The store has to be at least as big as the load.
856 /// then a load from a must-aliased pointer of a different type, try to coerce
857 /// the stored value. LoadedTy is the type of the load we want to replace and
894 // Cast to pointer if the load needs a pointer type.
    [all...]
  /external/v8/src/ia32/
macro-assembler-ia32.cc 37 void MacroAssembler::Load(Register dst, const Operand& src, Representation r) {
162 // Load store buffer top.
289 // Load x87 register with heap number.
    [all...]
  /external/v8/src/mips/
macro-assembler-mips.cc 34 void MacroAssembler::Load(Register dst,
380 // Load store buffer top.
423 // Load current lexical context from the stack frame.
431 // Load the native context of the current context.
543 // result - holds the result on exit if the load succeeded.
998 // Normal load of an immediate value which does not need Relocation Info.
1014 // this code to load another value which may need 2 instructions to load.
    [all...]
  /external/v8/src/x64/
macro-assembler-x64.cc 76 void MacroAssembler::Load(Register destination, ExternalReference source) {
219 // Load store buffer top.
258 // The mask isn't really an address. We load it as an external reference in
784 // Load the value from ReturnValue
890 // Load the builtins object into target register.
900 // Load the JavaScript builtin function from the builtins object.
974 void MacroAssembler::Load(Register dst, const Operand& src, Representation r) {
    [all...]
  /external/v8/src/x87/
macro-assembler-x87.cc 37 void MacroAssembler::Load(Register dst, const Operand& src, Representation r) {
160 // Load store buffer top.
260 // To check for minus zero, we load the value again as float, and check
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvparser.cpp     [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas 414 /// load, we can avoid lots of data copying and buffer resizing.
424 /// <param name="FileName">File to load</param>
426 procedure Load(const FileName: String; const Encoding: TEncoding);
    [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]
CGExpr.cpp 599 // Load the vptr, and compute hash_16_bytes(TypeHash, vptr).
2716 llvm::LoadInst *load = Builder.CreateLoad(addr, "ref"); local
    [all...]

Completed in 741 milliseconds

1 2 34 5 6