/external/ImageMagick/coders/ |
D | djvu.c | 133 LoadContext; typedef 148 pump_data(Image *image, LoadContext* lc) 166 pump_data_until_message(LoadContext *lc,Image *image) /* ddjvu_context_t *context, type ddjvu_docum… in pump_data_until_message() 238 LoadContext *lc = (LoadContext *) ddjvu_document_get_user_data(document); in process_message() 326 get_page_image(LoadContext *lc, ddjvu_page_t *page, int x, int y, int w, int h, ExceptionInfo *exce… in get_page_image() 463 get_page_line(LoadContext *lc, int row, QuantumInfo* quantum_info) 561 static Image *ReadOneDJVUImage(LoadContext* lc,const int pagenum, in ReadOneDJVUImage() 728 static void djvu_close_lc(LoadContext* lc) in djvu_close_lc() 756 LoadContext in ReadDJVUImage() 785 lc = (LoadContext *) NULL; in ReadDJVUImage() [all …]
|
/external/v8/src/compiler/ |
D | js-context-specialization.cc | 60 const Operator* op = jsgraph_->javascript()->LoadContext( in ReduceJSLoadContext()
|
D | bytecode-graph-builder.cc | 553 javascript()->LoadContext(0, Context::NATIVE_CONTEXT_INDEX, true); in BuildLoadNativeContextField() 555 return NewNode(javascript()->LoadContext(0, index, true), native_context); in BuildLoadNativeContextField() 793 const Operator* op = javascript()->LoadContext( in VisitLdaContextSlot() 806 const Operator* op = javascript()->LoadContext( in VisitLdaCurrentContextSlot() 860 NewNode(javascript()->LoadContext(d, Context::EXTENSION_INDEX, false), in CheckContextExtensions() 906 const Operator* op = javascript()->LoadContext(depth, slot_index, false); in BuildLdaLookupContextSlot() 1088 NewNode(javascript()->LoadContext(depth, Context::EXTENSION_INDEX, false), in VisitLdaModuleVariable() 1098 NewNode(javascript()->LoadContext(depth, Context::EXTENSION_INDEX, false), in VisitStaModuleVariable()
|
D | js-global-object-specialization.cc | 78 javascript()->LoadContext(0, result.index, result.immutable), context, in ReduceJSLoadGlobal()
|
D | ast-graph-builder.cc | 455 javascript()->LoadContext(0, Context::CLOSURE_INDEX, false); in GetFunctionClosureForContext() 3365 javascript()->LoadContext(depth, variable->index(), immutable); in BuildVariableLoad() 3500 javascript()->LoadContext(depth, variable->index(), false); in BuildVariableAssignment() 3509 javascript()->LoadContext(depth, variable->index(), false); in BuildVariableAssignment() 3526 javascript()->LoadContext(depth, variable->index(), false); in BuildVariableAssignment() 3674 javascript()->LoadContext(0, Context::NATIVE_CONTEXT_INDEX, true); in BuildLoadNativeContextField() 3676 return NewNode(javascript()->LoadContext(0, index, true), native_context); in BuildLoadNativeContextField() 3878 javascript()->LoadContext(depth, Context::EXTENSION_INDEX, false), in TryLoadDynamicVariable() 3925 javascript()->LoadContext(depth, Context::EXTENSION_INDEX, false), in TryLoadDynamicVariable() 4243 builder_->javascript()->LoadContext(0, Context::PREVIOUS_INDEX, true); in PrepareForOsrEntry()
|
D | js-operator.h | 503 const Operator* LoadContext(size_t depth, size_t index, bool immutable); in NON_EXPORTED_BASE()
|
D | js-typed-lowering.cc | 1616 javascript()->LoadContext(0, Context::NATIVE_CONTEXT_INDEX, true), in ReduceJSConvertReceiver() 1619 javascript()->LoadContext(0, Context::GLOBAL_PROXY_INDEX, true), in ReduceJSConvertReceiver() 1721 javascript()->LoadContext(0, Context::NATIVE_CONTEXT_INDEX, true), in ReduceJSConvertReceiver() 1724 javascript()->LoadContext(0, Context::GLOBAL_PROXY_INDEX, true), in ReduceJSConvertReceiver()
|
D | js-operator.cc | 748 const Operator* JSOperatorBuilder::LoadContext(size_t depth, size_t index, in LoadContext() function in v8::internal::compiler::JSOperatorBuilder
|
/external/v8/src/x87/ |
D | macro-assembler-x87.h | 261 void LoadContext(Register dst, int context_chain_length);
|
D | macro-assembler-x87.cc | 2202 void MacroAssembler::LoadContext(Register dst, int context_chain_length) { in LoadContext() function in v8::internal::MacroAssembler
|
/external/v8/src/ia32/ |
D | macro-assembler-ia32.h | 258 void LoadContext(Register dst, int context_chain_length);
|
D | macro-assembler-ia32.cc | 2263 void MacroAssembler::LoadContext(Register dst, int context_chain_length) { in LoadContext() function in v8::internal::MacroAssembler
|
/external/v8/src/arm/ |
D | macro-assembler-arm.h | 626 void LoadContext(Register dst, int context_chain_length);
|
/external/v8/src/x64/ |
D | macro-assembler-x64.h | 1411 void LoadContext(Register dst, int context_chain_length);
|
/external/v8/src/ppc/ |
D | macro-assembler-ppc.h | 461 void LoadContext(Register dst, int context_chain_length);
|
/external/v8/src/mips/ |
D | macro-assembler-mips.h | 1028 void LoadContext(Register dst, int context_chain_length);
|
/external/v8/src/arm64/ |
D | macro-assembler-arm64.h | 1690 void LoadContext(Register dst, int context_chain_length);
|
/external/v8/src/s390/ |
D | macro-assembler-s390.h | 775 void LoadContext(Register dst, int context_chain_length);
|
/external/v8/src/mips64/ |
D | macro-assembler-mips64.h | 1086 void LoadContext(Register dst, int context_chain_length);
|
/external/v8/src/full-codegen/x64/ |
D | full-codegen-x64.cc | 673 __ LoadContext(scratch, context_chain_length); in VarOperand() local
|
/external/v8/src/full-codegen/x87/ |
D | full-codegen-x87.cc | 655 __ LoadContext(scratch, context_chain_length); in VarOperand() local
|
/external/v8/src/full-codegen/ia32/ |
D | full-codegen-ia32.cc | 658 __ LoadContext(scratch, context_chain_length); in VarOperand() local
|
/external/v8/src/full-codegen/ppc/ |
D | full-codegen-ppc.cc | 679 __ LoadContext(scratch, context_chain_length); in VarOperand() local
|
/external/v8/src/full-codegen/mips64/ |
D | full-codegen-mips64.cc | 703 __ LoadContext(scratch, context_chain_length); in VarOperand() local
|
/external/v8/src/full-codegen/arm64/ |
D | full-codegen-arm64.cc | 703 __ LoadContext(scratch, context_chain_length); in VarOperand() local
|