/external/v8/src/compiler/ |
D | js-graph.cc | 265 Node* JSGraph::ExternalConstant(ExternalReference reference) { in ExternalConstant() function in v8::internal::compiler::JSGraph 268 *loc = graph()->NewNode(common()->ExternalConstant(reference)); in ExternalConstant() 274 Node* JSGraph::ExternalConstant(Runtime::FunctionId function_id) { in ExternalConstant() function in v8::internal::compiler::JSGraph 275 return ExternalConstant(ExternalReference(function_id, isolate())); in ExternalConstant()
|
D | js-graph.h | 129 Node* ExternalConstant(ExternalReference ref); in NON_EXPORTED_BASE() 130 Node* ExternalConstant(Runtime::FunctionId function_id); in NON_EXPORTED_BASE()
|
D | code-assembler.cc | 199 Node* CodeAssembler::ExternalConstant(ExternalReference address) { in ExternalConstant() function in v8::internal::compiler::CodeAssembler 200 return raw_assembler()->ExternalConstant(address); in ExternalConstant() 429 ExternalConstant(ExternalReference::roots_array_start(isolate())); in LoadRoot() 468 ExternalConstant(ExternalReference::roots_array_start(isolate())); in StoreRoot() 512 Node* ref = ExternalConstant(ExternalReference(function, isolate())); in CallRuntime() 541 Node* ref = ExternalConstant(ExternalReference(function, isolate())); in REPEAT_1_TO_7()
|
D | graph-assembler.cc | 51 Node* GraphAssembler::ExternalConstant(ExternalReference ref) { in ExternalConstant() function in v8::internal::compiler::GraphAssembler 52 return jsgraph()->ExternalConstant(ref); in ExternalConstant()
|
D | memory-optimizer.cc | 152 Node* top_address = __ ExternalConstant( in VisitAllocate() 156 Node* limit_address = __ ExternalConstant( in VisitAllocate()
|
D | common-operator.h | 341 const Operator* ExternalConstant(const ExternalReference&); in NON_EXPORTED_BASE()
|
D | js-generic-lowering.cc | 113 Node* ref = jsgraph()->ExternalConstant(ExternalReference(f, isolate())); in ReplaceWithRuntimeCall() 654 jsgraph()->ExternalConstant( in LowerJSStackCheck()
|
D | graph-assembler.h | 245 Node* ExternalConstant(ExternalReference ref);
|
D | wasm-compiler.cc | 91 inputs[count++] = jsgraph->ExternalConstant( in BuildCallToRuntimeWithContext() 489 jsgraph()->ExternalConstant( in StackCheck() 1469 Node* function = graph()->NewNode(jsgraph()->common()->ExternalConstant(ref)); in BuildBitCountingCall() 1605 Node* function = graph()->NewNode(jsgraph()->common()->ExternalConstant(ref)); in BuildCFuncInstruction() 1679 Node* function = graph()->NewNode(jsgraph()->common()->ExternalConstant(ref)); in BuildIntToFloatConversionInstruction() 1779 Node* function = graph()->NewNode(jsgraph()->common()->ExternalConstant(ref)); in BuildFloatToIntConversionInstruction() 2201 Node* function = graph()->NewNode(jsgraph()->common()->ExternalConstant(ref)); in BuildDiv64Call() 3065 jsgraph()->ExternalConstant( in CurrentMemoryPages()
|
D | code-assembler.h | 221 Node* ExternalConstant(ExternalReference address);
|
D | js-intrinsic-lowering.cc | 115 Node* const value = jsgraph()->ExternalConstant( in ReduceDebugIsActive()
|
D | raw-machine-assembler.h | 109 Node* ExternalConstant(ExternalReference address) { in ExternalConstant() function 110 return AddNode(common()->ExternalConstant(address)); in ExternalConstant()
|
D | opcodes.h | 44 V(ExternalConstant) \
|
D | js-create-lowering.cc | 1105 jsgraph()->ExternalConstant( in AllocateElements() 1265 jsgraph()->ExternalConstant( in AllocateFastLiteralElements()
|
D | js-call-reducer.cc | 412 node->InsertInput(zone, 4, jsgraph()->ExternalConstant(function_reference)); in ReduceCallApiFunction()
|
D | effect-control-linearizer.cc | 1121 __ ExternalConstant(ExternalReference(id, isolate())), in LowerCheckMaps() 1950 __ ExternalConstant(ExternalReference(id, isolate())), in LowerStringFromCharCode() 2403 __ ExternalConstant(ExternalReference(id, isolate())), in LowerTransitionElementsKind()
|
D | js-typed-lowering.cc | 1942 Node* entry_node = jsgraph->ExternalConstant(entry_ref); in ReduceBuiltin() 2269 node->ReplaceInput(0, jsgraph()->ExternalConstant(ref)); in ReduceJSLoadMessage() 2280 node->ReplaceInput(0, jsgraph()->ExternalConstant(ref)); in ReduceJSStoreMessage()
|
D | common-operator.cc | 1057 const Operator* CommonOperatorBuilder::ExternalConstant( in ExternalConstant() function in v8::internal::compiler::CommonOperatorBuilder
|
/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/ |
D | 2003-07-21-ExternalConstant.ll | 2 ; Test: ExternalConstant
|
/external/llvm/test/Transforms/InstCombine/ |
D | 2003-07-21-ExternalConstant.ll | 2 ; Test: ExternalConstant
|
/external/v8/src/ffi/ |
D | ffi-compiler.cc | 89 inputs[input_count++] = ExternalConstant(ref); in GenerateJSToNativeWrapper()
|
/external/v8/src/interpreter/ |
D | interpreter-assembler.cc | 191 dispatch_table_.Bind(ExternalConstant( in DispatchTableRawPointer() 929 Node* function_table = ExternalConstant( in CallRuntimeN() 1253 ExternalConstant(ExternalReference::address_of_stack_limit(isolate()))); in StackCheckTriggeredInterrupt() 1284 ExternalConstant(ExternalReference::debug_restart_fp_address(isolate())); in MaybeDropFrames() 1308 Node* counters_table = ExternalConstant( in TraceBytecodeDispatch()
|
/external/v8/src/ |
D | fast-accessor-assembler.cc | 196 assembler_->ExternalConstant(callback), // API callback function in Call()
|
D | code-stub-assembler.cc | 800 Node* top_address = ExternalConstant( in Allocate() 959 ExternalConstant(ExternalReference::roots_array_start(isolate())); in LoadAndUntagToWord32Root() 4277 Node* counter_address = ExternalConstant(ExternalReference(counter)); in SetCounter() 4286 Node* counter_address = ExternalConstant(ExternalReference(counter)); in IncrementCounter() 4296 Node* counter_address = ExternalConstant(ExternalReference(counter)); in DecrementCounter() 6088 Node* new_space_top_address = ExternalConstant( in TrapAllocationMemento() 6241 Node* site_list = ExternalConstant( in CreateAllocationSiteInFeedbackVector() 8310 ExternalConstant(ExternalReference::debug_is_active_address(isolate()))); in IsDebugActive() 8317 ExternalConstant( in IsPromiseHookEnabledOrDebugIsActive()
|
/external/v8/src/builtins/ |
D | builtins-date.cc | 926 assembler->ExternalConstant( in Generate_DatePrototype_GetField() 940 Node* function = assembler->ExternalConstant( in Generate_DatePrototype_GetField()
|