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

1 2 34 5 6 7 8 91011>>

  /external/v8/src/
type-info.h 25 TypeFeedbackOracle(Isolate* isolate, Zone* zone, Handle<Code> code,
26 Handle<FeedbackVector> feedback_vector,
27 Handle<Context> native_context);
45 void PropertyReceiverTypes(FeedbackSlot slot, Handle<Name> name,
50 void AssignmentReceiverTypes(FeedbackSlot slot, Handle<Name> name,
68 Handle<JSFunction> GetCallTarget(FeedbackSlot slot);
69 Handle<AllocationSite> GetCallAllocationSite(FeedbackSlot slot);
70 Handle<JSFunction> GetCallNewTarget(FeedbackSlot slot);
71 Handle<AllocationSite> GetCallNewAllocationSite(FeedbackSlot slot);
82 Handle<AllocationSite>* allocation_site
    [all...]
pending-compilation-error-handler.cc 17 Handle<String> PendingCompilationErrorHandler::ArgumentString(
28 Handle<String> PendingCompilationErrorHandler::FormatMessage(Isolate* isolate) {
34 Handle<Script> script) {
38 Handle<String> argument = ArgumentString(isolate);
41 Handle<Object> error;
59 Handle<JSObject> jserror = Handle<JSObject>::cast(error);
61 Handle<Name> key_start_pos = factory->error_start_pos_symbol();
63 handle(Smi::FromInt(location.start_pos()), isolate),
66 Handle<Name> key_end_pos = factory->error_end_pos_symbol()
    [all...]
messages.h 31 MessageLocation(Handle<Script> script, int start_pos, int end_pos);
32 MessageLocation(Handle<Script> script, int start_pos, int end_pos,
33 Handle<SharedFunctionInfo> shared);
36 Handle<Script> script() const { return script_; }
39 Handle<SharedFunctionInfo> shared() const { return shared_; }
42 Handle<Script> script_;
45 Handle<SharedFunctionInfo> shared_;
52 virtual Handle<Object> GetReceiver() const = 0;
53 virtual Handle<Object> GetFunction() const = 0;
55 virtual Handle<Object> GetFileName() = 0
    [all...]
messages.cc 20 MessageLocation::MessageLocation(Handle<Script> script, int start_pos,
23 MessageLocation::MessageLocation(Handle<Script> script, int start_pos,
24 int end_pos, Handle<SharedFunctionInfo> shared)
35 Handle<Object> message_obj) {
41 Handle<Object> data(loc->script()->name(), isolate);
44 data_str = Handle<String>::cast(data)->ToCString(DISALLOW_NULLS);
50 Handle<JSMessageObject> MessageHandler::MakeMessageObject(
52 const MessageLocation* location, Handle<Object> argument,
53 Handle<JSArray> stack_frames) {
58 Handle<Object> script_handle = factory->undefined_value()
    [all...]
transitions.h 39 static void Insert(Handle<Map> map, Handle<Name> name, Handle<Map> target,
44 static MaybeHandle<Map> SearchTransition(Handle<Map> map, PropertyKind kind,
45 Handle<Name> name,
48 return handle(transition);
55 static Handle<Map> FindTransitionToField(Handle<Map> map, Handle<Name> name);
57 static Handle<String> ExpectedTransitionKey(Handle<Map> map)
    [all...]
accessors.h 19 class Handle;
65 static Handle<AccessorInfo> name##Info( \
80 static Handle<AccessorInfo> ModuleNamespaceEntryInfo(
81 Isolate* isolate, Handle<String> name, PropertyAttributes attributes);
94 Handle<JSFunction> object, Handle<Object> value);
95 static Handle<JSObject> FunctionGetArguments(Handle<JSFunction> object);
99 static bool IsJSObjectFieldAccessor(Handle<Map> map, Handle<Name> name
    [all...]
layout-descriptor.h 52 static Handle<LayoutDescriptor> New(Handle<Map> map,
53 Handle<DescriptorArray> descriptors,
58 static Handle<LayoutDescriptor> ShareAppend(Handle<Map> map,
64 static Handle<LayoutDescriptor> AppendIfFastOrUseFull(
65 Handle<Map> map, PropertyDetails details,
66 Handle<LayoutDescriptor> full_layout_descriptor);
93 static Handle<LayoutDescriptor> NewForTesting(Isolate* isolate, int length);
99 V8_INLINE static Handle<LayoutDescriptor> New(Isolate* isolate, int length)
    [all...]
api-arguments.h 46 Handle<V> GetReturnValue(Isolate* isolate);
55 Handle<V> CustomArguments<T>::GetReturnValue(Isolate* isolate) {
57 Object** handle = &this->begin()[kReturnValueOffset]; local
58 // Nothing was set, return empty handle as per previous behaviour.
59 if ((*handle)->IsTheHole(isolate)) return Handle<V>();
60 Handle<V> result = Handle<V>::cast(Handle<Object>(handle));
    [all...]
api-natives.cc 37 Handle<ObjectTemplateInfo> data,
38 Handle<JSReceiver> new_target,
42 Handle<FunctionTemplateInfo> data,
43 Handle<Name> name = Handle<Name>());
45 MaybeHandle<Object> Instantiate(Isolate* isolate, Handle<Object> data,
46 Handle<Name> name = Handle<Name>()) {
49 Handle<FunctionTemplateInfo>::cast(data), name);
51 return InstantiateObject(isolate, Handle<ObjectTemplateInfo>::cast(data)
    [all...]
  /external/v8/src/wasm/
wasm-code-specialization.h 37 void RelocateDirectCalls(Handle<WasmInstanceObject> instance);
39 void RelocateObject(Handle<Object> old_obj, Handle<Object> new_obj);
60 Handle<WasmInstanceObject> relocate_direct_calls_instance;
63 IdentityMap<Handle<Object>, ZoneAllocationPolicy> objects_to_relocate;
  /external/v8/src/debug/
debug-scopes.cc 33 context_ = Handle<Context>::cast(frame_inspector->GetContext());
39 Handle<JSFunction> function = GetFunction();
40 Handle<SharedFunctionInfo> shared_info(function->shared());
41 Handle<ScopeInfo> scope_info(shared_info->scope_info());
44 context_ = Handle<Context>(context_->previous(), isolate_);
64 Handle<DebugInfo> debug_info(shared_info->GetDebugInfo());
74 context_ = Handle<Context>(context_->declaration_context(), isolate_);
77 context_ = Handle<Context>(context_->previous(), isolate_);
93 Handle<Script> script(Script::cast(shared_info->script()));
98 info->set_outer_scope_info(handle(function->context()->scope_info()))
    [all...]
liveedit.cc 26 void SetElementSloppy(Handle<JSObject> object,
28 Handle<Object> value) {
246 static bool CompareSubstrings(Handle<String> s1, int pos1,
247 Handle<String> s2, int pos2, int len) {
328 Handle<JSArray> GetResult() {
336 Handle<Object>(Smi::FromInt(char_pos1), isolate));
339 Handle<Object>(Smi::FromInt(char_pos1 + char_len1),
343 Handle<Object>(Smi::FromInt(char_pos2 + char_len2),
349 Handle<JSArray> array_;
359 TokensCompareInput(Handle<String> s1, int offset1, int len1
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/EbcDebugger/
EdbSupportFile.c 40 EFI_FILE_HANDLE Handle;
59 &Handle,
78 Handle->Close (Handle);
82 Status = Handle->GetInfo (
83 Handle,
89 Handle->Close (Handle);
100 Handle->Close (Handle);
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/Include/Library/
SerializeVariablesLib.h 48 @param[out] Handle - Handle for a variable serialization instance
59 OUT EFI_HANDLE *Handle
66 @param[in] Handle - Handle for a variable serialization instance
70 @retval RETURN_INVALID_PARAMETER - Handle was not a valid
77 IN EFI_HANDLE Handle
85 @param[out] Handle - Handle for a variable serialization instance
101 OUT EFI_HANDLE *Handle,
    [all...]
  /external/v8/src/ic/
handler-compiler.cc 17 Handle<Code> PropertyHandlerCompiler::Find(Handle<Name> name,
18 Handle<Map> stub_holder,
23 if (code == nullptr) return Handle<Code>();
24 return handle(code);
27 Handle<Code> PropertyHandlerCompiler::GetCode(Code::Kind kind,
28 Handle<Name> name) {
30 Handle<Code> code = GetCodeWithFlags(flags, name);
44 Handle<Name> name,
53 Handle<Context> native_context = isolate()->native_context()
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkSmmStatusCodeOnPiSmmStatusCodeThunk/
FrameworkSmmStatusCodeOnPiSmmStatusCodeThunk.c 8 GUID and interface structure, but they are in different handle databases.
32 @param ImageHandle The firmware allocated handle for the EFI image.
46 EFI_HANDLE Handle;
62 Handle = NULL;
64 &Handle,
  /device/linaro/bootloader/edk2/Nt32Pkg/MetronomeDxe/
Metronome.c 114 EFI_HANDLE Handle;
118 // Install the Metronome Architectural Protocol onto a new handle
120 Handle = NULL;
122 &Handle,
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Include/Library/
DebugCommunicationLib.h 26 @param[in] DebugPortHandle Debug port handle created by Debug Communication Library.
48 Library instance could create one debug port handle to be the second parameter
50 NULL to be the second parameter if it doesn't create the debug port handle.
53 is the debug port handle created by the previous Debug Communication Library
56 instance, it could return the same handle as passed in (as Context parameter).
59 and create the new handle to be returned.
62 new handle and return it. NULL is also a valid handle to be returned.
68 @return The debug port handle created by Debug Communication Library if Function
88 @param Handle Debug port handle.
    [all...]
  /external/skia/include/utils/
SkEventTracer.h 24 typedef uint64_t Handle;
57 virtual SkEventTracer::Handle
71 SkEventTracer::Handle handle) = 0;
  /external/skqp/include/utils/
SkEventTracer.h 24 typedef uint64_t Handle;
57 virtual SkEventTracer::Handle
71 SkEventTracer::Handle handle) = 0;
  /external/v8/src/compiler/
js-type-hint-lowering.h 29 JSTypeHintLowering(JSGraph* jsgraph, Handle<FeedbackVector> feedback_vector);
40 const Handle<FeedbackVector>& feedback_vector() const {
45 Handle<FeedbackVector> feedback_vector_;
  /external/v8/src/compiler-dispatcher/
compiler-dispatcher.h 38 class Handle;
78 bool Enqueue(Handle<SharedFunctionInfo> function);
83 bool EnqueueAndStep(Handle<SharedFunctionInfo> function);
87 bool Enqueue(Handle<Script> script, Handle<SharedFunctionInfo> function,
95 bool EnqueueAndStep(Handle<Script> script,
96 Handle<SharedFunctionInfo> function,
103 bool IsEnqueued(Handle<SharedFunctionInfo> function) const;
107 bool FinishNow(Handle<SharedFunctionInfo> function);
110 void Abort(Handle<SharedFunctionInfo> function, BlockingBehavior blocking)
    [all...]
  /external/v8/src/parsing/
scanner-character-streams.h 14 class Handle;
21 static Utf16CharacterStream* For(Handle<String> data);
22 static Utf16CharacterStream* For(Handle<String> data, int start_pos,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
adptif.h 13 HANDLE WINAPI CreateSocketPort(USHORT Socket);
14 DWORD WINAPI DeleteSocketPort(HANDLE Handle);
15 DWORD WINAPI IpxRecvPacket(HANDLE Handle,PUCHAR IpxPacket,ULONG IpxPacketLength,PADDRESS_RESERVED lpReserved,LPOVERLAPPED lpOverlapped,LPOVERLAPPED_COMPLETION_ROUTINE CompletionRoutine);
16 DWORD WINAPI IpxSendPacket(HANDLE Handle,ULONG AdapterIdx,PUCHAR IpxPacket,ULONG IpxPacketLength,PADDRESS_RESERVED lpReserved,LPOVERLAPPED lpOverlapped,LPOVERLAPPED_COMPLETION_ROUTINE CompletionRoutine);
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
Locate.c 2 Locate handle functions
41 Routine to get the next Handle, when you are searching for all handles.
43 @param Position Information about which Handle to seach for.
57 IHANDLE *Handle;
60 // Next handle
65 // If not at the end of the list, get the handle
67 Handle = NULL;
70 Handle = CR (Position->Position, IHANDLE, AllHandles, EFI_HANDLE_SIGNATURE);
72 return Handle;
76 Routine to get the next Handle, when you are searching for register protocol
    [all...]

Completed in 896 milliseconds

1 2 34 5 6 7 8 91011>>