Searched full:initialized (Results 1 – 25 of 110) sorted by relevance
12345
134 this.status = InitStatus.INITIALIZED;139 return this.status == InitStatus.INITIALIZED;157 this.status = InitStatus.INITIALIZED;162 return this.status == InitStatus.INITIALIZED;
355 throw new Error("watched errMsg file has not been initialized");366 throw new Error("watched abc file has not been initialized");383 throw new Error("watchFileServer has not been initialized");468 console.log("watchFileServer has been initialized supportTimeout");480 throw new Error("watched js file has not been initialized");
99 … parentVariableScope.add(MandatoryArguments, VarDeclarationKind.CONST, InitStatus.INITIALIZED);104 scope.add(MandatoryArguments, VarDeclarationKind.CONST, InitStatus.INITIALIZED);
32 # Check that verifier reports error if source registers are not initialized 68 ldobj.64 v0, R.fu64 # verifier error expected, because the register is not initialized
46 raise "RegMask is initialized with symbol, but Regmap wasn't specified" unless @regmap49 raise "RegMask is initialized with wrong type: #{value.class}" unless value.is_a?(Integer)67 raise "RegMask is initialized with wrong type: #{value.class}" unless value.is_a?(Integer)
50 case Class::State::INITIALIZED: { in operator <<()51 os << "INITIALIZED"; in operator <<()107 …State::ERRONEOUS || state <= state_) || (state_ == State::LOADED && state == State::INITIALIZED)) { in SetState()
53 // We can't get allocator info for not properly initialized pools in GetAllocatorInfo()66 // We can't get space type for not properly initialized pools in GetSpaceType()
57 LOG(DEBUG, ALLOC) << "PoolManager Initialized"; in Initialize()
135 INITIALIZED = 1 << 29, enumerator144 INITIALIZED, enumerator
44 LOG_CROSSING_MAP(FATAL) << "Try to initialize already initialized CrossingMap"; in Initialize()77 … << " wasn't INITIALIZED. Initialize it with offset " << obj_offset; in AddObject()88 … << " is INITIALIZED and CROSSED BORDERS, but this object is the first in it." in AddObject()96 << " is INITIALIZED, but this object is the first in it." in AddObject()184 … << std::hex << next_obj_addr << " as INITIALIZED with offset " << std::dec in RemoveObject()
144 …// - if Status == Initialized, the Offset value is an offset in words of the first element on this…150 …// - if Status == Initialized and Crossed border, the Offset value is an offset in words of the fi…155 // This element of crossing map hasn't been initialized yet.
81 …description: Check that verifier reports error if a register is not initialized in PandaAssembly c…105 # v0 (value) not initialized in the frame113 # v0 (object) not initialized in the frame122 …description: Check that verifier reports error if a register is not initialized in PandaAssembly c…146 # v0 (value) not initialized in the frame154 # v0 (object) not initialized in the frame
98 …description: Check that verifier reports error if source registers are not initialized in Panda co…112 %s # verifier error expected, because the register is not initialized125 …description: Check that verifier reports error if source registers are not initialized in PandaAss…139 %s # verifier error expected, because the register is not initialized
616 …description: Check that verifier reports an error if accumulator is not initialized in Pandasm con…635 …description: Check that verifier reports an error if accumulator is not initialized in PandaAssemb…655 …description: Check that verifier reports an error if accumulator is not initialized in Pandasm con…675 …description: Check that verifier reports an error if accumulator is not initialized in PandaAssemb…
578 …description: Check that verifier reports an error if accumulator is not initialized, static call, …599 …description: Check that verifier reports an error if accumulator is not initialized, static call, …620 …description: Check that verifier reports an error if accumulator is not initialized, virtual call,…642 …description: Check that verifier reports an error if accumulator is not initialized, virtual call,…
82 …description: Check that verifier reports error if a register is not initialized in PandaAssembly c…106 # v0 (value) not initialized in the frame114 # v0 (object) not initialized in the frame123 …description: Check that verifier reports error if a register is not initialized in PandaAssembly c…147 # v0 (value) not initialized in the frame155 # v0 (object) not initialized in the frame
98 …description: Check that verifier reports error if source registers are not initialized in Panda co…112 %s # verifier error expected, because v2 is not initialized123 …description: Check that verifier reports error if source registers are not initialized in PandaAss…137 %s # verifier error expected, because v2 is not initialized
63 description: Check that verifier reports error if source registers are not initialized83 # acc (value) not initialized in the frame91 # v0 (object) not initialized in the frame
38 … object into register. The object should be initialized by calling initialization method before415 description: Check that objects fields are properly initialized in PandaAssembly context.762 description: Check that objects fields are properly initialized in PandaAssembly context.1135 … object into register. The object should be initialized by calling initialization method before1179 … object into register. The object should be initialized by calling initialization method before
18 * It's critical for VSCode to have a debug server initialized at allocated time so we establish a t…
120 LOG(INFO, VERIFIER) << "Initialized verifier thread pool"; in Initialize()122 // already initialized by another thread in Initialize()
25 …ould actually store `Method pointer` after resolving, but during AOT file loading it is initialized119 When `SecondSlot` in non-zero it means that `Class` is known to be in `Initialized` state already.157 The condition is whether `Class` state is `Initialized`, as returning from `InitializeClassById` en…
29 LOG_DEBUGGER(ERROR) << "JS debugger was initialized"; in InitializeDebugger()
37 LOG(DEBUG, GC) << "Epsilon GC initialized..."; in InitializeImpl()